: Trouble with Kafka ACLs upon startup
Hi Matthew,
When you use mTLS you need to set the broker configuration property
super.users=User:Bob;User:Alice
You'll need to set the names to Distinguished Name from the broker client
certificates.
To determine or change the name extraction to set you can chec
Hi Matthew,
When you use mTLS you need to set the broker configuration property
super.users=User:Bob;User:Alice
You'll need to set the names to Distinguished Name from the broker client
certificates.
To determine or change the name extraction to set you can check the
section Customizing SSL User
Hopefully this applies to the previous thread I created yesterday.
This ACL problem really seems to be a chicken-and-egg problem. I’ve attempted
nearly all I can think of and find from documentation in terms of disabling
“allow.everyone.if.no.acl.found” and also creating topics and adding addit
Hello,
I’m currently working on setting up a Kafka cluster that utilizes mTLS for
client communication and plaintext for inter-broker communication. I’m running
into issues that prevent me from creating topics and ACLs from the Broker after
it has started up. I have had success so far setting