mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2026-07-25 00:44:48 +00:00
Ensure that value for keycloak_quarkus_hostname_strict_https is boolean, otherwise ignore it
This commit is contained in:
@@ -10,8 +10,11 @@ db-password={{ keycloak_quarkus_db_pass }}
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% if keycloak_quarkus_hostname_strict_https -%}
|
{% if keycloak_quarkus_hostname_strict_https and keycloak_quarkus_hostname_strict_https is sameas true -%}
|
||||||
hostname-strict-https={{ keycloak_quarkus_hostname_strict_https }}
|
hostname-strict-https=true
|
||||||
|
{% endif -%}
|
||||||
|
{% if keycloak_quarkus_hostname_strict_https and keycloak_quarkus_hostname_strict_https is sameas false -%}
|
||||||
|
hostname-strict-https=false
|
||||||
{% endif -%}
|
{% endif -%}
|
||||||
|
|
||||||
{% if keycloak.config_key_store_enabled %}
|
{% if keycloak.config_key_store_enabled %}
|
||||||
|
|||||||
Reference in New Issue
Block a user