Re: [EXTERNAL]Re: Trouble with Kafka ACLs upon startup

2022-09-01 Thread Rabey, Matthew
: 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

Re: Trouble with Kafka ACLs upon startup

2022-09-01 Thread Richard Bosch
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

Re: Trouble with Kafka ACLs upon startup

2022-08-31 Thread Rabey, Matthew
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

Trouble with Kafka ACLs upon startup

2022-08-30 Thread Rabey, Matthew
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