CREATOR_ALL_ACL does not work together with IPAuthenticationProvider
--------------------------------------------------------------------

                 Key: ZOOKEEPER-1035
                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-1035
             Project: ZooKeeper
          Issue Type: Bug
          Components: server
    Affects Versions: 3.3.2, 3.3.1
            Reporter: Christian Ziech


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.


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to