fix(ops/whitby): fix keycloak header configuration
The copy&paste from the documentation didn't work ... Change-Id: Ic894356354d6ac2b66562da5aa89590cd94ae347 Reviewed-on: https://cl.tvl.fyi/c/depot/+/12705 Reviewed-by: tazjin <tazjin@tvl.su> Autosubmit: tazjin <tazjin@tvl.su> Tested-by: BuildkiteCI
This commit is contained in:
parent
8de99e631d
commit
3c5feb7ebc
1 changed files with 1 additions and 1 deletions
|
@ -626,7 +626,7 @@ in
|
||||||
http-port = 5925; # kycl
|
http-port = 5925; # kycl
|
||||||
hostname = "auth.tvl.fyi";
|
hostname = "auth.tvl.fyi";
|
||||||
http-relative-path = "/auth";
|
http-relative-path = "/auth";
|
||||||
proxy-headers = "forwarded|xforwarded";
|
proxy-headers = "xforwarded";
|
||||||
http-enabled = true;
|
http-enabled = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue