You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Jason Plurad (Jira)" <ji...@apache.org> on 2020/08/26 12:35:00 UTC

[jira] [Created] (HBASE-24954) incorrect value for AuthUtil.HBASE_CLIENT_KERBEROS_PRINCIPAL

Jason Plurad created HBASE-24954:
------------------------------------

             Summary: incorrect value for AuthUtil.HBASE_CLIENT_KERBEROS_PRINCIPAL
                 Key: HBASE-24954
                 URL: https://issues.apache.org/jira/browse/HBASE-24954
             Project: HBase
          Issue Type: Bug
          Components: asyncclient, Client, security
    Affects Versions: 2.2.0, 3.0.0-alpha-1
            Reporter: Jason Plurad


[HBASE-20886|https://issues.apache.org/jira/browse/HBASE-20886] introduced constants for HBASE_CLIENT_KEYTAB_FILE and HBASE_CLIENT_KERBEROS_PRINCIPAL, however the value for HBASE_CLIENT_KERBEROS_PRINCIPAL is incorrectly assigned as "hbase.client.keytab.principal". The correct value should be "hbase.client.kerberos.principal".

"hbase.client.keytab.principal" is inconsistent with the [previous code|https://github.com/apache/hbase/blob/rel/2.1.9/hbase-common/src/main/java/org/apache/hadoop/hbase/AuthUtil.java#L96], so clients migrating to 2.2.0 would need to update their configurations to match the incorrect value.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)