You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Pankaj Kumar (JIRA)" <ji...@apache.org> on 2015/09/14 15:09:45 UTC

[jira] [Created] (HBASE-14426) Authentication provider is hard coded as "auth"

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)