mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2026-03-26 21:33:03 +00:00
Added hostname-strict-https option
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user