Added hostname-strict-https option

This commit is contained in:
Deven Phillips 2024-04-17 16:52:18 -04:00
parent f7bcac79d0
commit 3e28b3f4f7

View file

@ -10,6 +10,10 @@ db-password={{ keycloak_quarkus_db_pass }}
{% endif %}
{% endif %}
{% if keycloak_quarkus_hostname_strict_https -%}
hostname-strict-https={{ keycloak_quarkus_hostname_strict_https }}
{% endif -%}
{% if keycloak.config_key_store_enabled %}
# Config store
config-keystore={{ keycloak_quarkus_config_key_store_file }}