Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HBASE-23312 HBase Thrift SPNEGO configs (HBASE-19852) should be backwards compatible #878

Closed
wants to merge 1 commit into from

Commits on Nov 25, 2019

  1. HBASE-23312 HBase Thrift SPNEGO configs (HBASE-19852) should be backw…

    …ards compatible
    
    HBase Thrift SPNEGO configs should not be required.
    The `hbase.thrift.spnego.keytab.file` and
    `hbase.thrift.spnego.principal` configs should fall
    back to the `hbase.thrift.keytab.file` and
    `hbase.thrift.kerberos.principal` configs. This will
    avoid any issues during upgrades.
    
    Signed-off-by: Kevin Risden <krisden@apache.org>
    risdenk committed Nov 25, 2019
    Configuration menu
    Copy the full SHA
    e1e3d06 View commit details
    Browse the repository at this point in the history