Compare commits
1
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3c3c1f7a17 |
@@ -275,6 +275,11 @@ workloads:
|
|||||||
# this issuer back, which is what browser tokens carry (infra/host-browser.yml).
|
# this issuer back, which is what browser tokens carry (infra/host-browser.yml).
|
||||||
KC_HOSTNAME: '{{ include "big.keycloakUrl" . }}'
|
KC_HOSTNAME: '{{ include "big.keycloakUrl" . }}'
|
||||||
KC_HOSTNAME_BACKCHANNEL_DYNAMIC: "true"
|
KC_HOSTNAME_BACKCHANNEL_DYNAMIC: "true"
|
||||||
|
# Behind a TLS proxy (keycloakUrl) the dynamic backchannel URLs — token,
|
||||||
|
# userinfo, certs — take their scheme from the request, which reaches Keycloak
|
||||||
|
# as plain http; trusting X-Forwarded-Proto keeps them https so the browser
|
||||||
|
# doesn't block them as mixed content. In-cluster calls send no such header.
|
||||||
|
KC_PROXY_HEADERS: xforwarded
|
||||||
ports: [{ name: http, port: 8080 }]
|
ports: [{ name: http, port: 8080 }]
|
||||||
# TCP, not /health/ready on the management port: nothing here gates on realm
|
# TCP, not /health/ready on the management port: nothing here gates on realm
|
||||||
# import, and a wrong health path would leave the Service with no endpoints.
|
# import, and a wrong health path would leave the Service with no endpoints.
|
||||||
|
|||||||
Reference in New Issue
Block a user