-
Is it somehow possible to use secrets in the KafkaConnector config? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Please check the docs. There is section about using secrets in Kafka Connect in the docs. You can map the secrets there and use the File / Directory configuration providers or you can use the Secret provder directly (but in that case you need to do some additional RBAC setup as well). |
Beta Was this translation helpful? Give feedback.
-
If using an secret from an ENV you can follow this: if using a secret from a file like aws creds you can follow this: |
Beta Was this translation helpful? Give feedback.
Please check the docs. There is section about using secrets in Kafka Connect in the docs. You can map the secrets there and use the File / Directory configuration providers or you can use the Secret provder directly (but in that case you need to do some additional RBAC setup as well).