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
Try the following
/bin/kafka-acls.sh --topic permissiontopic --allow-host {host}
--allow-principal
User:dev --producer --add --authorizer-properties
zookeeper.connect={host:port}
Thanks
Parth
On Thu, May 5, 2016 at 4:26 PM, BigData dev wrote:
> Hi,
> Thanks for Info.
> It worked.
> Acls are co
Hi,
Thanks for Info.
It worked.
Acls are correctly set, but when i run the producer is throwing error, even
if acl's are correctlt set.
bin/kafka-console-producer.sh --broker-list bdavm1222.svl.ibm.com:6667
--topic permissiontopic --producer.config producer.properties
jj
[2016-05-05 16:02:23,308]
Acls will be written in zookeeper but you are using getAcl , what you need
is get /kafka-acl/Topic/permissiontopic
Thanks
Parth
On Thu, May 5, 2016 at 3:28 PM, BigData dev wrote:
> Hi,
> When I run the command
> /bin/kafka-acls.sh --topic permissiontopic --add --allow-host {host}
> --allow-p
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