Pankaj Kumar created HBASE-14426:
------------------------------------
Summary: 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)