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
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
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
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