Re: Reg: Kafka ACLS

2017-01-26 Thread Joris Meijer
Why would you want to use the benefit of ACLs without mutual SSL? I think that as soon as you decided you need ACLs, you also should add encryption. It's relatively easy to configure. On Thu, Jan 26, 2017, 05:35 Manikumar wrote: > Yes, we can use Kafka ACL's with SASL/PLAIN mechanism. > > On Thu

Re: Reg: Kafka ACLS

2017-01-25 Thread Manikumar
Yes, we can use Kafka ACL's with SASL/PLAIN mechanism. On Thu, Jan 26, 2017 at 2:38 AM, BigData dev wrote: > Hi, > I have a question, can we use Kafka ACL's with only SASL/PLAIN mechanism. > Because after I enabled, still I am able to produce/consume from topics. > > And one more observation is

Reg: Kafka ACLS

2017-01-25 Thread BigData dev
Hi, I have a question, can we use Kafka ACL's with only SASL/PLAIN mechanism. Because after I enabled, still I am able to produce/consume from topics. And one more observation is in kafka-_jaas.conf, there is no client section, will get an WARN as below, as we dont have this kind of mechanisim wit

Reg: Kafka-Acls

2016-05-05 Thread BigData dev
Hi, When I run the command /bin/kafka-acls.sh --topic permissiontopic --add --allow-host {host} --allow-principal User:dev --operation Write --authorizer-properties zookeeper.connect={host:port} I am getting output as acls are set. But when i check under zookeeper using below command, it is not