feat: add shared realm and pattern clients

This commit is contained in:
donghyeon-ka
2026-07-25 13:21:36 +09:00
parent 5ddb97d3a1
commit 998eada6f5
7 changed files with 397 additions and 0 deletions
+7
View File
@@ -6,5 +6,12 @@ POSTGRES_DB=keycloak
POSTGRES_USER=keycloak
POSTGRES_PASSWORD=change-me-postgres-password
# Keycloak resolves these placeholders while importing the realm.
TOKEN_MEDIATING_CLIENT_SECRET=change-me-token-mediating-client-secret
BFF_CLIENT_SECRET=change-me-bff-client-secret
EDGE_PROXY_CLIENT_SECRET=change-me-edge-proxy-client-secret
ADMIN_USER_PASSWORD=change-me-admin-user-password
REGULAR_USER_PASSWORD=change-me-regular-user-password
# Port 80 is the single-EC2 target. 8088 avoids common local port conflicts.
NGINX_PORT=8088