User:ANONYMOUS is Denied Operation #7066
-
Problem Broker Logs
The MirrorMaker pod printed similar error message.
Here's snippet of my Kafka spec
(^: I hoped Strimzi would create those internal storage topics but it didn't so I created them) and here's the mm2-user spec:
Any help will be appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
If you are authenticated as ANONYMOUS, that normally means that you do not have enabled authentication. So in your Kafka cluster you most likely enabled only authorization (hence the access denied). You will need to enable authentication as well. |
Beta Was this translation helpful? Give feedback.
If you are authenticated as ANONYMOUS, that normally means that you do not have enabled authentication. So in your Kafka cluster you most likely enabled only authorization (hence the access denied). You will need to enable authentication as well.