kyuubi
kyuubi copied to clipboard
[KYUUBI #6689] Extract kyuubiClientPrincipal/kyuubiClientKeytab from JDBC connection properties
…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 📝
- [ ] This patch was not authored or co-authored using Generative Tooling
Be nice. Be informative.