diff options
author | Vincent Ambo <tazjin@tvl.su> | 2024-10-12T10·22+0300 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2024-10-23T09·39+0000 |
commit | ea0f2d113029638781d2cb3c078295f97c32b892 (patch) | |
tree | 8db60379853951f958e893b2f3a7202d964ea9cc /ops/machines | |
parent | c9610a1b912a1f28bbe84a4e1e845801c3ba4dbf (diff) |
chore(3p/sources): bump channels & overlays (2024-10-12) r/8852
* amend keycloak configuration as per upgrade guide for their latest, most innovative breaking changes. https://www.keycloak.org/docs/latest/upgrading/index.html#deprecated-proxy-option * users/aspen: remove deprecated noXlibs option. This option has no alternative. Change-Id: I49f45e38cda6b01ddf6f014b7b1c43972b76629f Reviewed-on: https://cl.tvl.fyi/c/depot/+/12601 Tested-by: BuildkiteCI Reviewed-by: aspen <root@gws.fyi> Autosubmit: tazjin <tazjin@tvl.su>
Diffstat (limited to 'ops/machines')
-rw-r--r-- | ops/machines/whitby/default.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ops/machines/whitby/default.nix b/ops/machines/whitby/default.nix index 06add2168160..75fdaa1651a7 100644 --- a/ops/machines/whitby/default.nix +++ b/ops/machines/whitby/default.nix @@ -626,7 +626,8 @@ in http-port = 5925; # kycl hostname = "auth.tvl.fyi"; http-relative-path = "/auth"; - proxy = "edge"; + proxy-headers = "forwarded|xforwarded"; + http-enabled = true; }; database = { |