You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by "ZHU CHONG (JIRA)" <ji...@apache.org> on 2018/11/01 08:46:00 UTC

[jira] [Created] (ZOOKEEPER-3185) 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.

ZHU CHONG created ZOOKEEPER-3185:
------------------------------------

             Summary: 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


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)