mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2026-07-30 03:14:48 +00:00
Added hostname-strict-https option
This commit is contained in:
@@ -10,6 +10,10 @@ db-password={{ keycloak_quarkus_db_pass }}
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
{% if keycloak_quarkus_hostname_strict_https -%}
|
||||||
|
hostname-strict-https={{ keycloak_quarkus_hostname_strict_https }}
|
||||||
|
{% endif -%}
|
||||||
|
|
||||||
{% if keycloak.config_key_store_enabled %}
|
{% if keycloak.config_key_store_enabled %}
|
||||||
# Config store
|
# Config store
|
||||||
config-keystore={{ keycloak_quarkus_config_key_store_file }}
|
config-keystore={{ keycloak_quarkus_config_key_store_file }}
|
||||||
|
|||||||
Reference in New Issue
Block a user