Skip to content
Snippets Groups Projects
Commit 95403974 authored by nimrod's avatar nimrod
Browse files

Remove proxying headers from the auth service.

The headers should be set in the server that has the /validate endpoint
so we can get the correct client IP.
parent c620c60f
No related branches found
No related tags found
No related merge requests found
Pipeline #1511 passed
......@@ -23,7 +23,6 @@ server {
location / {
proxy_pass http://$auth:8080$request_uri;
proxy_http_version 1.1;
include snippets/proxy-headers.conf;
include snippets/allow-shore-ips.conf;
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment