[ https://issues.apache.org/jira/browse/BOOKKEEPER-390?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15651338#comment-15651338 ]
ASF GitHub Bot commented on BOOKKEEPER-390: ------------------------------------------- GitHub user eolivelli opened a pull request: https://github.com/apache/bookkeeper/pull/76 BOOKKEEPER-390 Provide support for ZooKeeper authentication You can merge this pull request into a Git repository by running: $ git pull https://github.com/eolivelli/bookkeeper BOOKKEEPER-390 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/bookkeeper/pull/76.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 #76 ---- commit e1bdc14013041a6d5e10505d8a40358c642b3669 Author: eolivelli <eolive...@gmail.com> Date: 2016-11-09T16:18:39Z BOOKKEEPER-390 Provide support for ZooKeeper authentication ---- > Provide support for ZooKeeper authentication > -------------------------------------------- > > Key: BOOKKEEPER-390 > URL: https://issues.apache.org/jira/browse/BOOKKEEPER-390 > Project: Bookkeeper > Issue Type: New Feature > Components: bookkeeper-client, bookkeeper-server > Affects Versions: 4.0.0 > Reporter: Rakesh R > Assignee: Enrico Olivelli > Fix For: 4.5.0 > > Attachments: BOOKKEEPER-390-Acl-draftversion.patch, > BOOKKEEPER-390-Authentication-interfaces-draftversion.patch > > > This JIRA adds support for protecting the state of Bookkeeper znodes on a > multi-tenant ZooKeeper cluster. > Use case: When user tries to run a ZK cluster in multitenant mode, where > more than one client service would like to share a single ZK service instance > (cluster). In this case the client services typically want to protect their > data (ZK znodes) from access by other services (tenants) on the cluster. Say > you are running BK, HBase or ZKFC instances, etc... having > authentication/authorization on the znodes is important for both security and > helping to ensure that services don't interact negatively (touch each other's > data). > Presently Bookkeeper does not have support for authentication or > authorization while accessing to ZK. This should be added to the BK > clients/server that are accessing the ZK cluster. In general it means calling > addAuthInfo once after a session is established -- This message was sent by Atlassian JIRA (v6.3.4#6332)