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

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

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