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

CREATOR_ALL_ACL does not work together with IPAuthenticationProvider

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 3.3.1, 3.3.2
    • None
    • server
    • None

    Description

      We were trying to use the predefined ACL "Ids.CREATOR_ALL_ACL" together with the default ip authentication. Unfortunately it seems that this cannot work due to the implementation of the PrepRequestProcessor.fixupACL() method checking the return value of the AuthenticationProvider.isAuthenticated() (the IPAuthenticationProvider in our case) method.
      Unfortunately this provider always returns false which results in the Ids.CREATOR_ALL_ACL to be always rejected.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              christianz Christian Ziech
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated: