Open cl0udgeek opened 6 years ago
looks like you also need this:
kafka-acls --authorizer-properties zookeeper.connect=zk01.com:2181/cluster1 --add --allow-principal "User:CN=aaaa,OU=aaa,O=aaa,L=aaa,ST=aaa,C=US" --allow-host "*" --consumer --topic "*" --group=*
@k1ng87 can you break down what you think the reasoning is for the second ACL. The first ACL i get, you need to grant describe on the consumer offset topic to your burrow user. but the second one seems a little bit more open than I would like.
For me burrow works with that acl:
I spent quite a bit of time figuring this one out but here is the ACL you need to grant for Burrow to work on...
exmaple
remember to put your own DN from your SSL cert in the
User:
parthope this helps future people!