keycloak_quarkus: add hostname-strict parameter

This commit is contained in:
Guido Grazioli 2023-12-05 10:48:48 +01:00
commit 593c4df861
4 changed files with 18 additions and 0 deletions

View file

@ -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."