mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-08-11 08:34: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
|
@ -288,3 +288,7 @@ argument_specs:
|
|||
default: true
|
||||
type: "bool"
|
||||
description: "Enable or disable XA transactions which may not be supported by some DBMS"
|
||||
keycloak_quarkus_hostname_strict:
|
||||
default: true
|
||||
type: "bool"
|
||||
description: "Disables dynamically resolving the hostname from request headers. Should always be set to true in production, unless proxy verifies the Host header."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue