From ff58b9cf3ec571f4f115978bd305f95cfbd5c7f0 Mon Sep 17 00:00:00 2001 From: Sheppy Date: Sat, 2 Nov 2024 14:53:04 +0000 Subject: [PATCH] fix: set https-URL for kc25+ --- roles/usermanagement/templates/keycloak.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/usermanagement/templates/keycloak.yaml b/roles/usermanagement/templates/keycloak.yaml index b31034a..cd54f9c 100644 --- a/roles/usermanagement/templates/keycloak.yaml +++ b/roles/usermanagement/templates/keycloak.yaml @@ -12,6 +12,7 @@ services: - KEYCLOAK_ADMIN_PASSWORD={{ keycloak_admin_password }} - PROXY_ADDRESS_FORWARDING=true - KC_PROXY=edge + - KC_HOSTNAME=https://{{ keycloak_address }} - KC_LOG_LEVEL=ALL - KC_DB_URL_HOST=postgres - KC_DB_USERNAME=keycloak