Merge pull request #152 from world-direct/fix/151

keycloak_quarkus: allow configuration of `hostname-strict-backchannel`
This commit is contained in:
Guido Grazioli 2024-01-16 00:42:12 +01:00 committed by GitHub
commit 053d0f9873
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 0 deletions

View file

@ -304,6 +304,10 @@ argument_specs:
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."
keycloak_quarkus_hostname_strict_backchannel:
default: false
type: "bool"
description: "By default backchannel URLs are dynamically resolved from request headers to allow internal and external applications. If all applications use the public URL this option should be enabled."
downstream:
options:
rhbk_version: