Uploaded image for project: 'HBase'
  1. HBase
  2. HBASE-14426

Authentication provider is hard coded as "sasl"

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Incomplete
    • None
    • None
    • Zookeeper
    • None

    Description

      In ZKUtil.createACL(ZooKeeperWatcher zkw, String node, boolean isSecureZooKeeper),

      if(!user.equals(hbaseUser)) {
          acls.add(new ACL(Perms.ALL, new Id("sasl", user)));
      }
      

      Here scheme is presently hard coded as "sasl", actually it should be based on the auth provider configured at ZK.

      Attachments

        Activity

          People

            Unassigned Unassigned
            pankaj2461 Pankaj Kumar
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: