GitHub user Randgalt opened a pull request: https://github.com/apache/zookeeper/pull/84
[ZOOKEEPER-1525] Plumb ZooKeeperServer object into auth plugins Based on patch work from https://issues.apache.org/jira/browse/ZOOKEEPER-1525 Created ServerAuthenticationProvider which has a method to accept the ZooKeeper server so that auth can be done using values in the ZK database. As this is a new interface, existing implementations aren't affected helping backward compatibility You can merge this pull request into a Git repository by running: $ git pull https://github.com/Randgalt/zookeeper ZOOKEEPER-1525 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/zookeeper/pull/84.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #84 ---- commit 4de95483cb624217e2f3cd63872e23d60f28749b Author: randgalt <jor...@jordanzimmerman.com> Date: 2016-10-04T15:23:30Z Based on patch work from https://issues.apache.org/jira/browse/ZOOKEEPER-1525 Created ServerAuthenticationProvider which has a method to accept the ZooKeeper server so that auth can be done using values in the ZK database. As this is a new interface, existing implementations aren't affected helping backward compatibility ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---