You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@kafka.apache.org by "Rabey, Matthew" <ma...@linquest.com> on 2022/09/01 01:15:09 UTC

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

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 searching) or create one yourself.  It “natively” provides you the interfaces to implement your own that can support Group/Role based ACL authorization.