-
Hi there, we have a Kafka cluster setup using SASL and SCRAM 512 auth. How can I configure kafka-ui to connect to it by using the sasl.jaas.config from kubernetes secrets? I would like to avoid having to put the password in clear in the deployment file. I found this page: but it seems you have to set the password in clear. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Ok so I could make this "work" with the following deployment code:
But now I am getting the following error on the brokers:
It seems to be related to zookeeper. Does the authentication has to be enabled on it as well? |
Beta Was this translation helpful? Give feedback.
https://github.com/provectus/kafka-ui/blob/master/documentation/compose/kafka-ssl.yml