Uploaded image for project: 'ZooKeeper'
  1. ZooKeeper
  2. 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.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 3.4.12
    • None
    • security, server
    • None

    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

      Attachments

        Activity

          People

            Unassigned Unassigned
            ZHUCHONG ZHU CHONG
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: