Group Authentication with Apache Kafka

2022-08-31 Thread Tran, Bernard K [US] (SP)
Hello, Does Apache Kafka natively support authentication with a Kerberos Server/LDAP using Roles/Groups instead of having to manually add users to the ACL and provision principals for each user. If so, how would one be able to authenticate with groups/roles in Apache Kafka Thanks, Bernard Tra

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

Re: Group Authentication with Apache Kafka

2022-08-31 Thread Sujay Bhowmick
It does you can find the configuration in the documentation - https://kafka.apache.org/documentation/#security_overview On Thu, 1 Sept 2022 at 03:47, Tran, Bernard K [US] (SP) < bernard.t...@ngc.com> wrote: > Hello, > > Does Apache Kafka natively support authentication with a Kerberos > Server/LD

Re: [EXTERNAL]Re: Group Authentication with Apache Kafka

2022-08-31 Thread Rabey, Matthew
It doesn’t natively support Groups and/or Role based ACLs though in the context of “natively” being the provided AclAuthorizer from Kafka. To get Group/Role based ACL authorization, you have to either find a 3rd party authorizer already made by someone else (haven’t found one with my own search