kafka connector can retrieve secret from azure key vault #5410
Unanswered
chanvoyage
asked this question in
Q&A
Replies: 1 comment
-
Strimzi currently supports reading external values from Kubernetes Secrets and ConfigMaps. There is no support for Azure Key Vault. If there is some Kafka Configuration Provider for it, you can probably add it to the Connect image and use it. Otherwise you would probably need to map it first to Kubernetes Secret and in some way and then use the Secret. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
hello guy
Is possible to get credentials directly azure key vault to kafka connector
example:
Currently my password store on azure key vault , When use key vault I will use cmd "az key vault get credential and replace by
cmd "sed -i 's|password-key01|${passowrd1234}' path/to/source.yaml "
it does not look secured ! Do you have any suggestion for retrieve secret ?
thank you
Beta Was this translation helpful? Give feedback.
All reactions