feature Keycloak Auth

This commit is contained in:
2025-10-06 00:17:18 +02:00
parent 1ed5f3bfca
commit 82b1a2679d
39 changed files with 1963 additions and 210 deletions
+7 -6
View File
@@ -89,13 +89,14 @@ API_KEY=staging-api-key-change-me
# =============================================================================
# 6. KEYCLOAK CONFIGURATION
# =============================================================================
KEYCLOAK_ADMIN=staging_admin
KEYCLOAK_ADMIN_PASSWORD=staging_admin_password
KEYCLOAK_ADMIN=admin
KEYCLOAK_ADMIN_PASSWORD=admin
KC_DB=postgres
KC_DB_URL=jdbc:postgresql://postgres:5432/keycloak_staging
KC_DB_USERNAME=keycloak_staging
KC_DB_PASSWORD=staging_keycloak_password
KC_HOSTNAME=auth-staging.meldestelle.local
KC_DB_URL=jdbc:postgresql://postgres:5432/meldestelle_staging
KC_DB_SCHEMA=keycloak
KC_DB_USERNAME=meldestelle_staging
KC_DB_PASSWORD=staging_password_change_me
KC_HOSTNAME=localhost
# =============================================================================
# 7. SERVICE DISCOVERY