Closed cl0udgeek closed 7 years ago
hello,can you tell me how to generate “tls-certfilepath=/home/ec2-user/ssl/client.cert tls-keyfilepath=/home/ec2-user/ssl/client.key” this two file?
any joy with this? I'm getting the same issues as you.
yeah...just make sure the DN you use the generate the cert is the DN you use in the User
part of the ACL
so if you use something like CN=burrow@company.com,O=Tech,L=something
when generating and cert....your ACL would look like this:
kafka-acls --authorizer kafka.security.auth.SimpleAclAuthorizer --authorizer-properties zookeeper.connect=zk01.cloud.company.com:2181/kafkacluster --add --allow-principal User:burrow@company.com
then, also make sure you drop the cert and key files into the kafka store too
When I try to start burrow...I see the following in my log output...
my config file looks like this:
my acls for
__consumer_offsets
looks like this:Do I need to do anything special with ACLs on the brokers>?