[
https://issues.apache.org/jira/browse/ZOOKEEPER-3185?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ZHU CHONG updated ZOOKEEPER-3185:
---------------------------------
Description:
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
was:
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
> 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
> Priority: Critical
>
> 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
(v7.6.3#76005)