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

super digest is not actually acting as a full superuser

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 3.3.1
    • 3.3.2, 3.4.0
    • server
    • None
    • Reviewed

    Description

      The documentation states:
      New in 3.2: Enables a ZooKeeper ensemble administrator to access the znode hierarchy as a "super" user. In particular no ACL checking occurs for a user authenticated as super.

      However, if a super user does something like:
      zk.setACL("/", Ids.READ_ACL_UNSAFE, -1);

      the super user is now bound by read-only ACL. This is not what I would expect to see given the documentation. It can be fixed by moving the chec for the "super" authId in PrepRequestProcessor.checkACL to before the for(ACL a : acl) loop.

      Attachments

        1. ZOOKEEPER-904.patch
          2 kB
          Camille Fournier
        2. ZOOKEEPER-904-332.patch
          2 kB
          Camille Fournier

        Activity

          People

            fournc Camille Fournier
            fournc Camille Fournier
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: