-
Bug
-
Resolution: Done
-
Major
-
None
-
None
-
False
-
False
-
-
Using Secrets is supported in the Kafka-connect Debezium by using a FileConfigProvider as described here: https://debezium.io/blog/2019/12/13/externalized-secrets/
It seems that in Debezium embedded engine, and as a result Debezium server, the properties that are passed on to the connector are the raw properties and not the result of the interpolation. As a result, we cannot useĀ FileConfigProvider for secrets externalization in Debezium server for source connectors.