Details
-
Test
-
Status: Open
-
Blocker
-
Resolution: Unresolved
-
None
-
None
-
None
-
None
Description
I want to enable ACL in existing zookeeper service. I have tried below ways in zkcli
- addauth digest user1:12345, which will add user1
- setAcl /zookeeper auth:user1:12345:crdwa
But as i restart the service, when i use zkcli to test the setting
getAcl /zookeeper
it says permission insufficient or in older 3.5.3 it says authentication failed.
Please help me to achieve this in proper way