You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Andrew Kyle Purtell (Jira)" <ji...@apache.org> on 2022/06/15 00:48:00 UTC

[jira] [Resolved] (HBASE-14426) Authentication provider is hard coded as "sasl"

     [ https://issues.apache.org/jira/browse/HBASE-14426?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrew Kyle Purtell resolved HBASE-14426.
-----------------------------------------
      Assignee:     (was: Pankaj Kumar)
    Resolution: Incomplete

> Authentication provider is hard coded as "sasl"
> -----------------------------------------------
>
>                 Key: HBASE-14426
>                 URL: https://issues.apache.org/jira/browse/HBASE-14426
>             Project: HBase
>          Issue Type: Bug
>          Components: Zookeeper
>            Reporter: Pankaj Kumar
>            Priority: Major
>
> In ZKUtil.createACL(ZooKeeperWatcher zkw, String node, boolean isSecureZooKeeper),
> {code:java}
> if(!user.equals(hbaseUser)) {
>     acls.add(new ACL(Perms.ALL, new Id("sasl", user)));
> }
> {code}
> Here scheme is presently hard coded as "sasl", actually it should be based on the auth provider configured at ZK.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)