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

Set the proxying header for the LDAP auth service.

So I can get the real client IP in the service.
parent b7c0865d
No related branches found
No related tags found
No related merge requests found
Pipeline #1510 passed
......@@ -4,6 +4,7 @@ location = /validate {
proxy_pass https://auth.shore.co.il/validate;
proxy_http_version 1.1;
include snippets/proxy-ssl.conf;
include snippets/proxy-headers.conf;
internal;
proxy_pass_request_body off;
proxy_set_header Content-Length "";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment