Code of Conduct
Search before asking
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?