From 54ecd12a345c4afc0dc02d82c859e932417c8a37 Mon Sep 17 00:00:00 2001 From: Manfred Moser Date: Mon, 27 May 2024 12:32:14 -0700 Subject: [PATCH] Add link to Trino docs - For process forwarded flag - Related to using HTTPS terminating load balancer --- docs/installation.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/installation.md b/docs/installation.md index 5a03e4054..3c729d2c5 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -83,6 +83,8 @@ terminated at the Trino Gateway. Normally it refuses to authenticate plain HTTP requests, but if `http-server.process-forwarded=true` it authenticates over HTTP if the request includes `X-Forwarded-Proto: HTTPS`. +Find more information in [the related Trino documentation](https://trino.io/docs/current/security/tls.html#use-a-load-balancer-to-terminate-tls-https). + ## Configuration After downloading or building the JAR, rename it to `gateway-ha.jar`,