Skip to content

Commit

Permalink
keycloak: fix https
Browse files Browse the repository at this point in the history
  • Loading branch information
nzbr committed Oct 25, 2024
1 parent db25024 commit 726c864
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions module/kubernetes/keycloak/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ in
{ name = "KEYCLOAK_ADMIN"; value = "admin"; }
{ name = "KEYCLOAK_ADMIN_PASSWORD"; valueFrom.secretKeyRef = { key = "adminpassword"; name = "keycloak"; }; }
{ name = "PROXY_ADDRESS_FORWARDING"; value = "true"; }
{ name = "KC_PROXY"; value = "edge"; }
# { name = "KC_HTTP_RELATIVE_PATH"; value = "/auth"; }
{ name = "KC_PROXY_HEADERS"; value = "xforwarded"; }
{ name = "KC_HTTP_ENABLED"; value = "true"; }
{ name = "KC_DB"; value = "postgres"; }
{ name = "KC_DB_URL"; value = "jdbc:postgresql://${inputs.self.nixosConfigurations.firestorm.config.nzbr.nodeIp}/keycloak"; }
{ name = "KC_DB_USER"; value = "keycloak"; }
Expand Down

0 comments on commit 726c864

Please sign in to comment.