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:
Vincent Ambo 2024-10-27 23:24:31 +03:00 committed by clbot
parent 8de99e631d
commit 3c5feb7ebc

View file

@ -626,7 +626,7 @@ in
http-port = 5925; # kycl
hostname = "auth.tvl.fyi";
http-relative-path = "/auth";
proxy-headers = "forwarded|xforwarded";
proxy-headers = "xforwarded";
http-enabled = true;
};