mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-04-05 02:10:29 -07:00
Added hostname-strict-https option
This commit is contained in:
parent
f7bcac79d0
commit
3e28b3f4f7
1 changed files with 4 additions and 0 deletions
|
@ -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 }}
|
||||
|
|
Loading…
Add table
Reference in a new issue