cluster/services/sso: proxy -> proxy-headers
This commit is contained in:
parent
b7fee02359
commit
0f453dc64f
1 changed files with 2 additions and 1 deletions
|
@ -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";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue