Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
I was talking with someone today about JDBC drivers in BI-tools/app-servers which reminded me about the general guidance to "make your driver work with a jar and a JDBC url".
With the work I added recently to support client authentication with Kerberos, I wrote it under the expectation that clients are already logged in via a ticket cache (and have the appropriate system properties or environment variables set to point at the ticket cache). This doesn't jive with the original "jar and url" notion.
It should be pretty easy to support a principal and keytab property to enable these types of environments.
Attachments
Issue Links
- relates to
-
CALCITE-5947 Use existing ticket cache for kerberos login
- Open
- links to