ERROR: Sasl Scram-sha-512 configuration #8510
Replies: 2 comments 2 replies
-
You have |
Beta Was this translation helpful? Give feedback.
-
Thank you so much for getting back to me. updating KAFKA_CLUSTERS_0_PROPERTIES_SECURITY_PROTOCOL and security_inter_broker_protocol to sasl_plaintext and it returned the same errors for the kafka broker logs. For the kafka-ui, the first error is no longer present. So, using SASL_PLAINTEXT resolved it, thank you. However, in the kafka-ui, it is now showing that the kafka-ui is not communicating with the cluster. When I remove the SASL parameters, it comes back to normal. Not sure what could be the issue here?
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I need help getting past this issue please.
I am currently working on setting up SASL configuration for Kafka. I am utilizing the Strimzi Kafka Operator along with a custom Kafka config deployed via a Helm chart. Although the pods appear to be healthy, I am encountering errors in the two broker pods:
Error 1:
Error 2:
Additionally, I am receiving a warning from the Kafka-UI, stating:
Here is what the kafka configuration look like:
The kafka-ui config :
Beta Was this translation helpful? Give feedback.
All reactions