Skip to content
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

Open
vder opened this issue Nov 21, 2023 · 6 comments
Open

access to kerberized data #254

vder opened this issue Nov 21, 2023 · 6 comments

Comments

@vder
Copy link

vder commented Nov 21, 2023

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?

@nineinchnick
Copy link
Member

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.

@vder
Copy link
Author

vder commented Nov 21, 2023

Thanks.

@vder vder closed this as completed Nov 21, 2023
@vder vder reopened this Nov 22, 2023
@vder
Copy link
Author

vder commented Nov 22, 2023

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?

@nineinchnick
Copy link
Member

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.

@youaodu
Copy link

youaodu commented Apr 22, 2024

hello, what method was used in the end for this issue?

@nineinchnick
Copy link
Member

This is not resolved yet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

3 participants