Support passing Kafka username/password as K8S secrets #1422
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Problem to Solve
I am using the existing Kafka for the
streaming
strategy. Looks like there's no option to pass the Kafka username/password as K8S secret to jaeger-collector and ingester. It would be good to support it.Proposed Solution
Passing the Kafka username/password as a K8S secret.
More info
This is my current config in Jsonnet. It passed the username/password as the container args which lacks protection.
Before trying Jaeger Operator, I used to handle them as env vars.
The text was updated successfully, but these errors were encountered: