-
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
Support forwarding OAuth2 authorization header #267
Support forwarding OAuth2 authorization header #267
Conversation
Thank you for your pull request and welcome to the Trino community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file. Continue to work with us on the review and improvements in this PR, and submit the signed CLA to cla@trino.io. Photos, scans, or digitally-signed PDF files are all suitable. Processing may take a few days. The CLA needs to be on file before we merge your changes. For more information, see https://github.com/trinodb/cla |
Thank you for your pull request and welcome to the Trino community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file. Continue to work with us on the review and improvements in this PR, and submit the signed CLA to cla@trino.io. Photos, scans, or digitally-signed PDF files are all suitable. Processing may take a few days. The CLA needs to be on file before we merge your changes. For more information, see https://github.com/trinodb/cla |
6048aa2
to
fe1c2e4
Compare
Thank you for your pull request and welcome to our community. We could not parse the GitHub identity of the following contributors: kvlil.
|
fe1c2e4
to
ee27105
Compare
ee27105
to
f36c54d
Compare
Thank you for your pull request and welcome to our community. We could not parse the GitHub identity of the following contributors: kvlil.
|
cf5877d
to
e0a90f6
Compare
e0b0f2d
to
07d32b1
Compare
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.
How did you test this?
You can squash all commits and use the PR title as the commit message (describes the why, not what). |
07d32b1
to
a69bf1a
Compare
a69bf1a
to
438f36e
Compare
For testing, I ran a local Grafan/Keycloak/Trino stack with docker-compose to check that the authorization header is forwarded between Grafana and Trino. |
Hi @nineinchnick, thanks for approving and merging this PR! |
I just ran the release and submitted v1.0.8 for veification to Grafana. |
Hi @nineinchnick, |
I've got a review comments from Grafana after I submitted the update, and I haven't had time to address them yet. I wish this was done publicly, like a PR review, but that's the current process. Here's the full message I got:
This was anonymous, signed off as "Grafana Team" |
Ok, thanks for the update, |
A PR would be very welcome! |
Ok, I will open a PR with the Grafana Team review description and take care of it when I have time this week. |
Thank you very much! There was only one PR merged after I cut 1.0.8. #274 removed logging of the DSN |
I just submitted 1.0.9 for review and responded to all the questions I got for 1.0.8. |
Thank you I didn't have time to work on it last week! |
Hi @nineinchnick, |
No, I need to test and merge #277 before I can submit another update for review. |
Linked to trinodb/trino-go-client#130:
trino-go-client
SQL driver to handle it.trino-go-client
configuration to handle authorization header:close #32