mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-08-25 15:31:52 -07:00
move keycloak_quarkus_proxy_headers into keycloak.conf
This commit is contained in:
parent
27717d7b4e
commit
3fbae4882e
2 changed files with 7 additions and 6 deletions
|
@ -54,9 +54,14 @@ cache-config-file=cache-ispn.xml
|
|||
{% endif %}
|
||||
|
||||
{% if keycloak_quarkus_proxy_mode is defined and keycloak_quarkus_proxy_mode != "none" %}
|
||||
# Proxy
|
||||
# Deprecated Proxy configuration
|
||||
proxy={{ keycloak_quarkus_proxy_mode }}
|
||||
{% endif %}
|
||||
{% if keycloak_quarkus_proxy_headers is defined and keycloak_quarkus_proxy_headers != "none" %}
|
||||
# Proxy
|
||||
proxy-headers={{ keycloak_quarkus_proxy_headers }}
|
||||
{% endif %}
|
||||
|
||||
spi-sticky-session-encoder-infinispan-should-attach-route={{ keycloak_quarkus_spi_sticky_session_encoder_infinispan_should_attach_route | d(true) | lower }}
|
||||
|
||||
# Transaction
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue