mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-07-31 09:01:32 -07:00
fix/#151: keycloak_quarkus: allow configuration of hostname-strict-backchannel
This commit is contained in:
parent
dab388d744
commit
b057f0297a
4 changed files with 9 additions and 0 deletions
|
@ -42,6 +42,7 @@ hostname-path={{ keycloak_quarkus_path }}
|
|||
{% endif %}
|
||||
hostname-admin-url={{ keycloak_quarkus_admin_url }}
|
||||
hostname-strict={{ keycloak_quarkus_hostname_strict | lower }}
|
||||
hostname-strict-backchannel={{ keycloak_quarkus_hostname_strict_backchannel | lower }}
|
||||
|
||||
# Cluster
|
||||
{% if keycloak_quarkus_ha_enabled %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue