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

[FEATURE] Extract kyuubiClientPrincipal/kyuubiClientKeytab from JDBC connection properties #6689

Open
2 of 4 tasks
wForget opened this issue Sep 12, 2024 · 0 comments · May be fixed by #6693
Open
2 of 4 tasks

[FEATURE] Extract kyuubiClientPrincipal/kyuubiClientKeytab from JDBC connection properties #6689

wForget opened this issue Sep 12, 2024 · 0 comments · May be fixed by #6693
Labels
good first issue beginner skills required kind:feature Feature request priority:major

Comments

@wForget
Copy link
Member

wForget commented Sep 12, 2024

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.
@wForget wForget added kind:feature Feature request priority:major good first issue beginner skills required labels Sep 12, 2024
Madhukar525722 added a commit to Madhukar525722/kyuubi that referenced this issue Sep 12, 2024
…ntKeytab from JDBC connection properties
Madhukar525722 added a commit to Madhukar525722/kyuubi that referenced this issue Sep 12, 2024
…ntKeytab from JDBC connection properties
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue beginner skills required kind:feature Feature request priority:major
Projects
None yet
1 participant