diff options
author | Vincent Ambo <mail@tazj.in> | 2022-10-02T13·39+0300 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2022-10-02T14·19+0000 |
commit | b5cf6b148c46441cd19831e59ca5e273717b2957 (patch) | |
tree | 5230972c89123c82ffac1fbb2418e1e3c9cf6bc9 /ops | |
parent | 27466330581f2a5d5d45bf90dc5dd9a8cb78f3f0 (diff) |
chore(ops/whitby): use new keycloak HTTP port option r/5016
Relates to b/200 Change-Id: Id8f415d5c4a8947b56031e1671f4f84ac5f2665d Reviewed-on: https://cl.tvl.fyi/c/depot/+/6837 Autosubmit: tazjin <tazjin@tvl.su> Tested-by: BuildkiteCI Reviewed-by: sterni <sternenseemann@systemli.org>
Diffstat (limited to 'ops')
-rw-r--r-- | ops/machines/whitby/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ops/machines/whitby/default.nix b/ops/machines/whitby/default.nix index a7688423cb9f..0ded1df09903 100644 --- a/ops/machines/whitby/default.nix +++ b/ops/machines/whitby/default.nix @@ -624,9 +624,9 @@ in services.keycloak = { enable = true; - httpPort = "5925"; # "kycl" settings = { + http-port = 5925; # kycl hostname = "auth.tvl.fyi"; http-relative-path = "/auth"; proxy = "edge"; |