superuser cannot login suddenly #9841
-
I have a superuser that was available when I created the cluster, and after running it for a while, it suddenly became unavailable and scram reported the following error:
Is there a way to get the real passwords stored in the cluster? I haven't changed the password and the status of kafkauser is ready. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
This does not look like a password issue but more like some connectivity or Kafka cluster issue. |
Beta Was this translation helpful? Give feedback.
-
Thank you very much for your reply. The server side reports the following error:
I tried to create a new normal user using kafkauser and it works fine. I don't know what mechanism is used to store the password of superuser in kafka. |
Beta Was this translation helpful? Give feedback.
The
sas.jaas.config
needs ot be one line. Not sure if this is just a copy-paste issue or misconfiguration. It can be also sensitive to some special characters. So you should try to avoid them maybe to check if those can be an issue?