Kerberos on Windows. Usage of existing tickets and logon context #23823
stephanbertl
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a question about Kerberos on Windows. We are a windows shop so Trino is used from Windows PCs using either JDBC client or Trino-CLI. I could not find anything in the documentation that describes using existing Kerberos tickets on windows.
For example in the Trino CLI, is it possible to use the current logon context without specifying usernames and/or keytab files? Technically in Java this is possible. The same goes for the JDBC client, for example it would be fantastic to use the windows logon context in tools like Jetbrains DataGrip.
If this isnt possible, would you accept pull requests for that feature? I am currently trying to compile trino on windows to look into the code.
Beta Was this translation helpful? Give feedback.
All reactions