Initial commit: Keycloak SSO for MischLabs
Keycloak 26.1 + PostgreSQL 16 Docker stack with pre-configured realm containing 10 OIDC clients for all MischLabs services. Includes integration guides for Tier 1-3 services. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
8
.env.example
Normal file
8
.env.example
Normal file
@@ -0,0 +1,8 @@
|
||||
# PostgreSQL
|
||||
POSTGRES_DB=keycloak
|
||||
POSTGRES_USER=keycloak
|
||||
POSTGRES_PASSWORD=CHANGE_ME_use_a_strong_random_password
|
||||
|
||||
# Keycloak Admin (only used on first boot)
|
||||
KC_ADMIN_USER=admin
|
||||
KC_ADMIN_PASSWORD=CHANGE_ME_use_a_strong_random_password
|
||||
Reference in New Issue
Block a user