[
https://issues.apache.org/jira/browse/HBASE-14426?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15047744#comment-15047744
]
Andrew Purtell commented on HBASE-14426:
----------------------------------------
bq. actually it should be based on the auth provider configured at ZK
Thoughts on how we should do that [~pankaj2461]?
> Authentication provider is hard coded as "auth"
> -----------------------------------------------
>
> Key: HBASE-14426
> URL: https://issues.apache.org/jira/browse/HBASE-14426
> Project: HBase
> Issue Type: Bug
> Components: Zookeeper
> Reporter: Pankaj Kumar
> Assignee: Pankaj Kumar
>
> In ZKUtil.createACL(ZooKeeperWatcher zkw, String node, boolean
> isSecureZooKeeper),
> {code}
> if (superUser != null) {
> acls.add(new ACL(Perms.ALL, new Id("auth", superUser)));
> }
> {code}
> Here scheme is presently hard coded as "auth", actually it should be based on
> the auth provider configured at ZK.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)