[
https://issues.apache.org/jira/browse/ZOOKEEPER-3866?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17136631#comment-17136631
]
Mate Szalay-Beko commented on ZOOKEEPER-3866:
---------------------------------------------
Hi [~mrinal1818],
the {{/zookeeper}} node is used to store zookeeper internal things (like
configs and such). Why do you want to change it's ACLs?
The {{'world,'anyone : r}} means that nobody can change the content and nobody
can change the ACLs. This is why the setAcl command fails.
> Unable to change permission of zookeper node having read access
> ---------------------------------------------------------------
>
> Key: ZOOKEEPER-3866
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-3866
> Project: ZooKeeper
> Issue Type: Bug
> Reporter: Mrinal
> Priority: Blocker
>
> Unable to change permission of zookeper node having read access
> 1.open zookeeper-shell.sh with corresponding IP
> getAcl /zookeeper
> 'world,'anyone
> : r
> while changing the same its saying Authentication is not valid
> setAcl /zookeeper world:anyone:cdrwa
> Authentication is not valid : /zookeeper
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)