Skip to content

[QUESTION] kafka super user with tls-external authentication denied authorisation in Kafka strimzi cluster #11049

Answered by scholzj
OLAMIDE100 asked this question in Q&A
Discussion options

You must be logged in to vote

I think your certificate subject is not as you expected it ... based onthe authorization error, it looks like the username is 1.2.840.113549.1.9.1=#161761646577616c652e616465736f6261406e6162752e6565,CN=super-user,OU=Dataops,O=**********,L=**************,C=EE

So that is what you need to use in the Kafka CR:

    authorization:
      type: simple
      superUsers:
        - 1.2.840.113549.1.9.1=#161761646577616c652e616465736f6261406e6162752e6565,CN=super-user,OU=Dataops,O=**********,L=**************,C=EE

Also, you do not need the KafkaUser resource in this case, it is meaning less because even if you add anything to it, it will have no relation to the user fdrom your certificate (as it would…

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@OLAMIDE100
Comment options

@scholzj
Comment options

Answer selected by OLAMIDE100
@OLAMIDE100
Comment options

@OLAMIDE100
Comment options

@scholzj
Comment options

@OLAMIDE100
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants