CMAK
CMAK copied to clipboard
CMAK can not connect after ZooKeeper enabled ACL
cmak-3.0.0.5 zookeeper-3.6.4 java openjdk version "11.0.10" 2021-01-19 LTS
After ZooKeeper enable ACL / use addauth digest admin:***** I can not modify cluster settings ( but could create topic on CMAK UI), show error Yikes! KeeperErrorCode = NoAuth for /kafka-manager/mutex [Try again.]
Note: NOT enable any SASL, only enbaled ZooKeeper ACL.
How to add ACL auth in CMAK to connect ZooKeeper ACL?
Thanks very much for you help!
I have found work around step login to zookeeper, then enther ACL auth, like addauth digest admin:***** manual create znode on /kafka-mamager create /kafka-manager/mutex "" create /kafka-manager/mutex/locks "" create /kafka-manager/mutex/leases ""
Then try again config cluster from UI , it works!