about summary refs log tree commit diff
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@tvl.su>2024-10-27T20·24+0300
committerclbot <clbot@tvl.fyi>2024-10-27T20·32+0000
commit3c5feb7ebce8fc5e7b536d2c5bd25904e5c15b0e (patch)
treee24f4f756984254abb65e0bcc35db772719089d3
parent8de99e631d9eb84761d3cdef71b25a58648c2227 (diff)
fix(ops/whitby): fix keycloak header configuration r/8870
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
-rw-r--r--ops/machines/whitby/default.nix2
1 files changed, 1 insertions, 1 deletions
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;
     };