Principal = User:ANONYMOUS is Denied operation = DESCRIBE from host = 10.42.1.76 on resource #11321
-
Hi, I have kafka configuration as below
now I am trying to enable authorization by adding
I have tried to define KafkaUser also
On client side I do set
But still getting this error. Any help?
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 19 replies
-
What error you are getting? |
Beta Was this translation helpful? Give feedback.
-
Hello, I am having this same issue so I am reusing this discussion. This is my config:
The super user mentioned on top is referenced as
I have a secret in that ns called Aside from that, I have a secret called
A job that is almost same as this was used to create some topics before enabling authorization in the The CN of my client cert is
I would expect a full Principal gere and not just |
Beta Was this translation helpful? Give feedback.
@scholzj Thanks!!!! I had another review to the docs and I saw I was missing in my listener:
This is not my answer -tho I thought it could be related- so I cannot mark it as answered. Thanks for the help to all.