cluster/services/sso: proxy -> proxy-headers

This commit is contained in:
Max Headroom 2024-11-08 23:20:06 +01:00
parent b7fee02359
commit 0f453dc64f

View file

@ -37,10 +37,11 @@ in
passwordFile = "/run/locksmith/patroni-keycloak"; passwordFile = "/run/locksmith/patroni-keycloak";
}; };
settings = { settings = {
http-enabled = true;
http-host = kc.ipv4; http-host = kc.ipv4;
http-port = kc.port; http-port = kc.port;
hostname = login; hostname = login;
proxy = "edge"; proxy-headers = "xforwarded";
# for backcompat, TODO: remove # for backcompat, TODO: remove
http-relative-path = "/auth"; http-relative-path = "/auth";
}; };