-
How can I define a KafkaConnector that could hide some parameters like "connection.password". Can I use kubernetes secrets?
|
Beta Was this translation helpful? Give feedback.
Answered by
scholzj
May 9, 2024
Replies: 1 comment 1 reply
-
You can use the configuration providers together with Kubernetes Secrets for example. Please check the docs. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
brgsousa
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can use the configuration providers together with Kubernetes Secrets for example. Please check the docs.