You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`keycloak.proxyHeaders`| The proxy headers that should be accepted by the server. (forwarded, xforwarded) |`""`|
130
+
|`keycloak.proxyProtocolEnabled`| Whether the server should use the HA PROXY protocol when serving requests from behind a proxy. (true, false) |`false`|
131
+
|`keycloak.proxyTrustedAddresses`| A comma separated list of trusted proxy addresses |`""`|
132
+
|`keycloak.production`| Enable production mode |`false`|
131
133
132
134
### Database Configuration
133
135
@@ -240,10 +242,10 @@ The following table lists the configurable parameters of the Keycloak chart and
## @param keycloak.proxyHeaders The proxy headers that should be accepted by the server. (forwarded, xforwarded)
86
+
proxyHeaders: ""
87
+
## @param keycloak.proxyProtocolEnabled Whether the server should use the HA PROXY protocol when serving requests from behind a proxy. (true, false(default))
88
+
proxyProtocolEnabled: false
89
+
## @param keycloak.proxyTrustedAddresses A comma separated list of trusted proxy addresses
90
+
proxyTrustedAddresses: ""
87
91
## @param keycloak.production Enable production mode
0 commit comments