checks/keycloak: proxy -> proxy-headers
This commit is contained in:
parent
64a21084a6
commit
b4dc1daee1
1 changed files with 2 additions and 1 deletions
|
@ -7,7 +7,8 @@ nixosTest {
|
||||||
package = keycloak;
|
package = keycloak;
|
||||||
database.passwordFile = builtins.toFile "keycloak-test-password" "kcnixostest1234";
|
database.passwordFile = builtins.toFile "keycloak-test-password" "kcnixostest1234";
|
||||||
settings = {
|
settings = {
|
||||||
proxy = "edge";
|
http-enabled = true;
|
||||||
|
proxy-headers = "xforwarded";
|
||||||
hostname = "keycloak.local";
|
hostname = "keycloak.local";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue