Uploaded image for project: 'ZooKeeper'
  1. ZooKeeper
  2. ZOOKEEPER-2569

plain password is stored when set individual ACL using digest scheme

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 3.5.1
    • None
    • security
    • None

    Description

      Plain password is stored when set individual ACL using digest scheme instead of storing the username and encoded hash string of <username:password>

      [zk: localhost:2181(CONNECTED) 13] addauth digest user:pass
      [zk: localhost:2181(CONNECTED) 14] setAcl /newNode digest:user:pass:crdwa
      [zk: localhost:2181(CONNECTED) 15] getAcl /newNode
      'digest,'user:pass
      : cdrwa
      [zk: localhost:2181(CONNECTED) 16]

      Attachments

        Activity

          People

            rakeshsingh Rakesh Kumar Singh
            rakeshsingh Rakesh Kumar Singh
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated: