-
Notifications
You must be signed in to change notification settings - Fork 80
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
Add Trino configuration docs #297
Conversation
fbf4133
to
e6dcb1f
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.
Placement in the installation section looks good, and the content is accurate. I'm not sure if the additional information on TLS termination is worth mentioning or if it is distracting - up to your judgement.
scenarios, where the local URL of the Trino cluster is private to the Trino | ||
cluster on the DNS/network level, these following calls might not work at all | ||
for users. | ||
|
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.
This setting is also required for Trino to authenticate in the case TLS is terminated at the Trino Gateway. Normally it refuses to authenticate plain HTTP requests, but if http-server.process-forwarded=true
it will authenticate over HTTP if the request includes X-Forwarded-Proto: HTTPS
. I doubt this is a common set up, but perhaps worth mentioning.
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.
Good point... I added this as well. Maybe we should also add to Trino docs honestly.. hahah
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.
I will create a ticket to do that .. just looked .. the docs for that in Trino are bad..
- with process forwarding config only for now
Description
OAuth2 and other tips will follow in separate PRs from @willmostly and others.
Additional context and related issues
Replaces #217
Release notes
(x) This is not user-visible or is docs only, and no release notes are required.