Skip to content
Snippets Groups Projects
Commit c4fb5d78 authored by Jason Plum's avatar Jason Plum
Browse files

Expand trusted proxies to all non-routable blocks.

Expand `trusted_proxies` to include all non-routable network blocks per RFC 1918
parent 710ef05c
No related branches found
No related tags found
1 merge request!24Configure Nginx to preserve external IP
Loading
Loading
@@ -127,7 +127,7 @@ spec:
gitlab_rails['uploads_directory'] = '/gitlab-data/uploads'
gitlab_ci['builds_directory'] = '/gitlab-data/builds'
gitlab_rails['registry_path'] = '/gitlab-registry'
gitlab_rails['trusted_proxies'] = ["10.0.0.0/8"]
gitlab_rails['trusted_proxies'] = ["10.0.0.0/8","172.16.0.0/12","192.168.0.0/16"]
 
prometheus['enable'] = true
node_exporter['enable'] = true
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment