Replies: 1 comment 4 replies
-
I guess the error says it all. You want to configure the ACLs for a user, but you do not have authorization enabled in the Kafka cluster. Kafka does not allow to configure ACLs in that case. You do not even have authentication enabled, so you need to enable that as well to make some use of the Kafka User. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I created a kafka cluster and kafka user in my k8s cluster. The kafka cluster is working fine. But the kafka user is not creating the secret in the k8s cluster.
kafka-user.yaml:
While describing the kafka user, I am getting the status like this:
Kafka-cluster:
Beta Was this translation helpful? Give feedback.
All reactions