[
https://issues.apache.org/jira/browse/ZOOKEEPER-3185?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
maoling updated ZOOKEEPER-3185:
-------------------------------
Priority: Major (was: Critical)
> After the skipACL flag is opened, the acl of the created node becomes
> 'auth,'. This will cause the node to be unreadable after closing the skipACL.
> ---------------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: ZOOKEEPER-3185
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-3185
> Project: ZooKeeper
> Issue Type: Bug
> Components: security, server
> Affects Versions: 3.4.12
> Reporter: ZHU CHONG
> Assignee: maoling
> Priority: Major
>
> 1、
> Modify configuration file zoo.cfg,set skipACL=yes.
> 2、
> create /test null digest:test:ooOS6Ac+VQuWIVe96Ts+Phqg0LU=:cdrwa
> 123 is password ,ooOS6Ac+VQuWIVe96Ts+Phqg0LU= is ciphertext
> 3、
> getAcl /test
> 'auth,'
> : cdrwa
> 4、
> Modify configuration file zoo.cfg,set skipACL=no.
> 5、
> addauth digest test:123
> 6、
> get /test
> Authentication is not valid : /test
--
This message was sent by Atlassian Jira
(v8.3.4#803005)