Merge pull request #320 from world-direct/fix/ispn_config

fix: include ispn config file conditionally
This commit is contained in:
Helmut Wolf
2026-01-15 08:05:26 +01:00
committed by GitHub

View File

@@ -58,7 +58,9 @@ hostname-backchannel-dynamic={{ keycloak_quarkus_hostname_backchannel_dynamic |
# Cluster # Cluster
{% if keycloak_quarkus_ha_enabled %} {% if keycloak_quarkus_ha_enabled %}
cache=ispn cache=ispn
{% if keycloak_quarkus_cache_managed_infinispan_config %}
cache-config-file=cache-ispn.xml cache-config-file=cache-ispn.xml
{% endif %}
{% if keycloak_quarkus_cache_remote %} {% if keycloak_quarkus_cache_remote %}
cache-remote-username={{ keycloak_quarkus_cache_remote_username }} cache-remote-username={{ keycloak_quarkus_cache_remote_username }}
cache-remote-password={{ keycloak_quarkus_cache_remote_password }} cache-remote-password={{ keycloak_quarkus_cache_remote_password }}