bytebase / bytebase

The GitHub/GitLab for database DevOps. World's most advanced database DevOps and CI/CD for Developer, DBA and Platform Engineering teams.

Home Page:https://www.bytebase.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add UI support for Hive's kerberos authentication

Azusain opened this issue · comments

Is your feature request related to a problem?

No.

Describe the solution you'd like

In order to open a kerberos connection, there are several arguments that need to be provided listed below:

  • Hive's host and port.
  • Principal. Which is in the form 'PRIMARY/INSTANCE@REALM' or 'PRIMARY@REALM'.
  • KDC's host and port.
    It should be noted that the transport protocol (tcp or udp) is needed for connecting to KDC.
  • Keytab. A file that contains security infomation.

Additional context

No response