Created on 12-14-2017 06:00 AM - edited 09-16-2022 05:38 AM
Hi,
Does kafka2.2.0 in CDH 5.11.2 support ACL's on topics?? Can we use AD Users and groups for this ACL's? Do we have any documents for this? We have kerberos enables.
Created 12-28-2017 03:21 AM
Had to go with sentry and hdfs. Sentry is tightly coupled with hdfs and has a mandatory config "HDFS Service" so you need to have hdfs. you can configure hdfs and sentry and stop hdfs once sentry is completely configured
Created 12-14-2017 11:05 AM
Kafka 2.2 uses sentry to provide authorization for kafka topics:
If you are using kerberos, you can add the sentry service and then follow the documentation for configuring kafka privileges.
-pd
Created 12-15-2017 02:38 AM
Hi @pdvorak
We did try going with that approach but in our streaming cluster, we have only kafka and zookeeper services. When tried adding sentry, it was asking for hdfs service also to be presnt to add sentry. Not sure why hdfs is required for sentry to be available!!! I tried adding ACL's from command line, ACL's were created but that did not work.
Created 12-28-2017 03:21 AM
Had to go with sentry and hdfs. Sentry is tightly coupled with hdfs and has a mandatory config "HDFS Service" so you need to have hdfs. you can configure hdfs and sentry and stop hdfs once sentry is completely configured