fix: secure the URL for admin console

This commit is contained in:
mehdiMj 2024-02-18 16:42:58 +03:30 committed by GitHub
parent a22d30d4bd
commit 2c0a2f1904
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -19,7 +19,8 @@ services:
- postgresql
environment:
- KC_PROXY_ADDRESS_FORWARDING=true
- KC_HOSTNAME_STRICT=false
- KC_HOSTNAME_STRICT=true
- KC_HOSTNAME_ADMIN_URL=https://keycloak.jimsgarage.co.uk
- KC_HOSTNAME=keycloak.jimsgarage.co.uk
- KC_PROXY=edge
- KC_HTTP_ENABLED=true