Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -449,6 +449,9 @@ KC_REALM_USER_EVENT_EXPIRATION=604800
KC_REALM_ADMIN_EVENT_ENABLED=false
KC_REALM_ADMIN_EVENT_EXPIRATION=604800

# Keycloak proxy headers: "xforwarded", "forwarded", or empty if no proxy
KC_PROXY_HEADERS=

# @category auth
# for second Identity Provider
KEYCLOAK2_DB_NAME=keycloak2
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -930,7 +930,7 @@ services:
- KC_LOGIN_DISPLAY_DASHBOARD_LINK
- KC_HEALTH_ENABLED=true
- KC_HTTP_ENABLED=true
- KC_PROXY_HEADERS=xforwarded
- KC_PROXY_HEADERS
- KC_PROXY_TRUSTED_ADDRESSES=${TRUSTED_PROXIES}
- KC_BOOTSTRAP_ADMIN_USERNAME=${KEYCLOAK_ADMIN}
- KC_BOOTSTRAP_ADMIN_PASSWORD=${KEYCLOAK_ADMIN_PASSWORD}
Expand Down
Loading