mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2026-05-15 22:12:25 +00:00
keycloak_quarkus: add hostname-strict parameter
This commit is contained in:
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user