-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add kerberos field #54
base: main
Are you sure you want to change the base?
Conversation
@@ -12,6 +12,9 @@ driver: | |||
parent: sql-jdbc | |||
connection-properties: | |||
- host | |||
- name: kerberos |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this need to be used anywhere? Does just adding the flag do anything?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we are not using kerberos
so we need to disable that
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not sure I understand, why do you need to add this to disable kerberos? How is it enabled be default?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's enabled by default
As a user I want to be able to disable that
@mhkarimi1383 kerberos was added to the presto driver, not to the starburst driver |
We were not able to connect to trino using presto driver |
being able to disable or enable kerberos