apache/kyuubi

[FEATURE] Extract kyuubiClientPrincipal/kyuubiClientKeytab from JDBC connection properties

Open

#6,689 建立於 2024年9月12日

在 GitHub 查看
 (0 留言) (0 反應) (0 負責人)Scala (2,332 star) (996 fork)batch import
good first issuekind:featurepriority:major

描述

Code of Conduct

Search before asking

  • I have searched in the issues and found no similar issues.

Describe the feature

Extract kyuubiClientPrincipal/kyuubiClientKeytab from JDBC connection properties like user/password

Motivation

Make the following behavior effective:

Properties properties = new Properties();
properties.put("kyuubiClientPrincipal", principal);
properties.put("kyuubiClientKeytab", keytab);
Connection connection = DriverManager.getConnection(url, properties)

Describe the solution

No response

Additional context

No response

Are you willing to submit PR?

  • Yes. I would be willing to submit a PR with guidance from the Kyuubi community to improve.
  • No. I cannot submit a PR at this time.

貢獻者指南