-
Hi Team - I didn't find anywhere in the document what ACL permission is needed for a secure cluster to connect. My Kafka cluster is running with SASL_PLAINTEXT, which works fine with an "admin" user. But we can't have the admin password in Kafka-ui. So we have to create a separate user for this purpose. I tried to use my below user but it always throws unable to create the client. The error which I am getting --
currently, I gave the below permission to the user - monitoruser
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Can someone respond to my query please? |
Beta Was this translation helpful? Give feedback.
-
The exception you encounter says "Cluster authorization failed.", so the provided ACLs for topics are irrelevant. |
Beta Was this translation helpful? Give feedback.
The exception you encounter says "Cluster authorization failed.", so the provided ACLs for topics are irrelevant.
Please ensure that you have describe and describe_configs available for clusters.
Let me know how it goes.