Hi, I have an environment with SSL, SASL and ACL's enabled. When I set zookeeper.set_acl=true in the server.properties file of the brokers I cannot create topics , ACL's etc.
[root@host201 kafka]# bin/kafka-acls.sh --authorizer-properties zookeeper.connect=localhost:2181 --add --allow-principal User:admin --operation All --topic '*' --cluster Error while executing ACL command: KeeperErrorCode = NoAuth for /kafka-acl/Topic org.apache.zookeeper.KeeperException$NoAuthException: KeeperErrorCode = NoAuth for /kafka-acl/Topic at org.apache.zookeeper.KeeperException.create(KeeperException.java:113) .. I have specified super users too in the server.properties. Any idea's what I am doing wrong? Regards Hans