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

Set the defaults to forward the headers #194

Merged
merged 2 commits into from
Jan 31, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/quickstart-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,11 @@ server:
applicationConnectors:
- type: http
port: 9081
useForwardedHeaders: true
adminConnectors:
- type: http
port: 9082
useForwardedHeaders: true

dataStore:
#This stores the URLs of backend Trino servers and query history
Expand Down
2 changes: 2 additions & 0 deletions gateway-ha/gateway-ha-config-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,11 @@ server:
applicationConnectors:
- type: http
port: 8090
useForwardedHeaders: true
adminConnectors:
- type: http
port: 8091
useForwardedHeaders: true

# This can be adjusted based on the coordinator state
monitor:
Expand Down
2 changes: 2 additions & 0 deletions gateway-ha/gateway-ha-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,11 @@ server:
applicationConnectors:
- type: http
port: 8090
useForwardedHeaders: true
adminConnectors:
- type: http
port: 8091
useForwardedHeaders: true

# This can be adjusted based on the coordinator state
monitor:
Expand Down
Loading