Hello,
We are using Confluent 7.9.0 CCS edition in a KRaft setup. We would like to use ACL’s.
The standard authorizer with KRaft is
authorizer.class.name=org.apache.kafka.metadata.authorizer.StandardAuthorizer
However, this Authorizer only works with User Principals and we would like to use Groups in Active Directory to grant access via ACL’s.
I know that the Commercial version of Confluent has this functionality, but we use the CCS version.
I would like to develop my own Authorizer but I can’t find any guidance for this.
Can anyone point me in the right direction ?