Skip to content

Is a list of superusers set when it comes to KafkaAuthenticationCustom? #11021

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

You must be logged in to vote

The super users are added top the list and that list is printed into the configuration file. You can see it on this line:

writer.println("super.users=" + String.join(";", superUsers));

So I'm not sure what exactly you mean with the, not being added. You should be also able to see it in the broker logs. If it doesn't work, you should make sure your custom authorizer implements the super users.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@21lva
Comment options

Answer selected by 21lva
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