mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2026-03-26 21:33:03 +00:00
#226: add proper default value for proxy-headers
This commit is contained in:
@@ -91,7 +91,10 @@ keycloak_quarkus_hostname_strict: true
|
|||||||
# If all applications use the public URL this option should be enabled.
|
# If all applications use the public URL this option should be enabled.
|
||||||
keycloak_quarkus_hostname_strict_backchannel: false
|
keycloak_quarkus_hostname_strict_backchannel: false
|
||||||
|
|
||||||
# proxy address forwarding mode if the server is behind a reverse proxy. [none, edge, reencrypt, passthrough]
|
# The proxy headers that should be accepted by the server. ['', 'forwarded', 'xforwarded']
|
||||||
|
keycloak_quarkus_proxy_headers: ""
|
||||||
|
|
||||||
|
# deprecated: proxy address forwarding mode if the server is behind a reverse proxy. [none, edge, reencrypt, passthrough]
|
||||||
keycloak_quarkus_proxy_mode: edge
|
keycloak_quarkus_proxy_mode: edge
|
||||||
|
|
||||||
# disable xa transactions
|
# disable xa transactions
|
||||||
|
|||||||
Reference in New Issue
Block a user