kyuubi icon indicating copy to clipboard operation
kyuubi copied to clipboard

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

Open Madhukar525722 opened this issue 5 months ago • 8 comments

…ab from JDBC connection properties

:mag: Description

Issue References 🔗

This pull request fixes #6689

Describe Your Solution 🔧

It extracts the value AUTH_KYUUBI_CLIENT_PRINCIPAL and AUTH_KYUUBI_CLIENT_KEYTAB, then passes it to connParams , to be used for establishing connections.

Types of changes :bookmark:

  • [ ] Bugfix (non-breaking change which fixes an issue)
  • [x] New feature (non-breaking change which adds functionality)
  • [ ] Breaking change (fix or feature that would cause existing functionality to change)

Test Plan 🧪

Behavior Without This Pull Request :coffin:

Behavior With This Pull Request :tada:

Related Unit Tests


Checklist 📝

Be nice. Be informative.

Madhukar525722 avatar Sep 12 '24 21:09 Madhukar525722