mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-08-08 23:24:29 -07:00
keycloak_quarkus: add hostname-strict parameter
This commit is contained in:
parent
4a72e3818c
commit
593c4df861
4 changed files with 18 additions and 0 deletions
|
@ -41,6 +41,7 @@ hostname-port={{ keycloak_quarkus_port }}
|
|||
hostname-path={{ keycloak_quarkus_path }}
|
||||
{% endif %}
|
||||
hostname-admin-url={{ keycloak_quarkus_admin_url }}
|
||||
hostname-strict={{ keycloak_quarkus_hostname_strict | lower }}
|
||||
|
||||
# Cluster
|
||||
{% if keycloak_quarkus_ha_enabled %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue