update keycloak
This commit is contained in:
@@ -61,8 +61,6 @@ spec:
|
|||||||
value: "admin"
|
value: "admin"
|
||||||
- name: KEYCLOAK_ADMIN_PASSWORD
|
- name: KEYCLOAK_ADMIN_PASSWORD
|
||||||
value: "admin"
|
value: "admin"
|
||||||
- name: KC_PROXY_HEADERS
|
|
||||||
value: "xforwarded"
|
|
||||||
- name: KC_HOSTNAME
|
- name: KC_HOSTNAME
|
||||||
value: "sso.panic.haus"
|
value: "sso.panic.haus"
|
||||||
- name: KC_HTTP_ENABLED
|
- name: KC_HTTP_ENABLED
|
||||||
@@ -93,8 +91,6 @@ spec:
|
|||||||
# Enable proxy address forwarding since Keycloak is behind an NGINX proxy
|
# Enable proxy address forwarding since Keycloak is behind an NGINX proxy
|
||||||
- name: PROXY_ADDRESS_FORWARDING
|
- name: PROXY_ADDRESS_FORWARDING
|
||||||
value: "true" # Trust X-Forwarded-* headers [oai_citation_attribution:3‡github.com](https://github.com/codecentric/helm-charts/issues/325#:~:text=extraEnv%3A%20%7C%20,name%3A%20CACHE_OWNERS_AUTH_SESSIONS_COUNT)
|
value: "true" # Trust X-Forwarded-* headers [oai_citation_attribution:3‡github.com](https://github.com/codecentric/helm-charts/issues/325#:~:text=extraEnv%3A%20%7C%20,name%3A%20CACHE_OWNERS_AUTH_SESSIONS_COUNT)
|
||||||
- name: KC_PROXY
|
|
||||||
value: "edge" # Keycloak is behind an edge (TLS termination) proxy
|
|
||||||
- name: KC_HOSTNAME_STRICT
|
- name: KC_HOSTNAME_STRICT
|
||||||
value: "false" # Disable strict host check (allow internal/external host differences)
|
value: "false" # Disable strict host check (allow internal/external host differences)
|
||||||
# (Optional) Enable health and metrics endpoints for monitoring:
|
# (Optional) Enable health and metrics endpoints for monitoring:
|
||||||
|
|||||||
Reference in New Issue
Block a user