mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-07-29 08:01:33 -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
|
@ -63,6 +63,10 @@ keycloak_quarkus_admin_url:
|
|||
### (set to `/auth` for retrocompatibility with pre-quarkus releases)
|
||||
keycloak_quarkus_http_relative_path: /
|
||||
|
||||
# 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: true
|
||||
|
||||
# proxy address forwarding mode if the server is behind a reverse proxy. [none, edge, reencrypt, passthrough]
|
||||
keycloak_quarkus_proxy_mode: edge
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue