From 3c5feb7ebce8fc5e7b536d2c5bd25904e5c15b0e Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Sun, 27 Oct 2024 23:24:31 +0300 Subject: 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 Autosubmit: tazjin Tested-by: BuildkiteCI --- ops/machines/whitby/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ops/machines/whitby') diff --git a/ops/machines/whitby/default.nix b/ops/machines/whitby/default.nix index 75fdaa1651a7..7bc02a3fe524 100644 --- a/ops/machines/whitby/default.nix +++ b/ops/machines/whitby/default.nix @@ -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; }; -- cgit 1.4.1