-
Notifications
You must be signed in to change notification settings - Fork 16
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
access to kerberized data #254
Comments
I haven't tested it with Kerberos, but I don't think it'll work out of the box. The Trino Go driver also doesn't have any Kerberos support. |
Thanks. |
Hi I took a look into the code and as far I understand it kerberos connections are supported in trino go client, so If I wanna add this feature to plugin, all I have to do is add some fields for new parameters and then pass them to trino client, right? |
Yes, hopefully, you should be able to find existing examples in Grafana docs how Kerberos authentication is usually handled. I know they describe this at least for OAuth2. |
hello, what method was used in the end for this issue? |
This is not resolved yet. |
Hi, can I use trino plugin to acess data that requires kerberos authentication? At first glance it rather wont work, bu tmaybe i missed something?
The text was updated successfully, but these errors were encountered: