mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-04-06 10:50:31 -07:00
quarkus role: do not populate proxy to config if keycloak_quarkus_proxy_mode is undefined or set to 'none'
This commit is contained in:
parent
6c65fadf31
commit
b72460e464
1 changed files with 2 additions and 0 deletions
|
@ -34,8 +34,10 @@ cache-config-file=cache-ispn.xml
|
|||
cache-stack=tcp
|
||||
{% endif %}
|
||||
|
||||
{% if keycloak_quarkus_proxy_mode is defined and keycloak_quarkus_proxy_mode != "none" %}
|
||||
# Proxy
|
||||
proxy={{ keycloak_quarkus_proxy_mode }}
|
||||
{% endif %}
|
||||
# Do not attach route to cookies and rely on the session affinity capabilities from reverse proxy
|
||||
#spi-sticky-session-encoder-infinispan-should-attach-route=false
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue