[
https://issues.apache.org/jira/browse/ZOOKEEPER-4438?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17471134#comment-17471134
]
rinilnath commented on ZOOKEEPER-4438:
--------------------------------------
I managed to solve this by below steps
# zoo.cfg should have skipACL=yes
# Restart zookeeper service.
# This helps in setting the ACL schemes to all nodes
# This solved the security issue stating "Nodes accessible without ACL".
> Enable ACL in all nodes
> -----------------------
>
> Key: ZOOKEEPER-4438
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-4438
> Project: ZooKeeper
> Issue Type: Test
> Reporter: rinilnath
> Priority: Blocker
>
> 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
--
This message was sent by Atlassian Jira
(v8.20.1#820001)