Updated quarkus and realm readme, declared proxy_mode as deprecated

Updated argument_specs and declared keycloak_quarkus_proxy_mode as deprecated
This commit is contained in:
Andreas Wagner
2025-07-16 09:26:15 +02:00
parent fa87c004e3
commit f1305e5aac
4 changed files with 7 additions and 7 deletions

View File

@@ -344,9 +344,9 @@ argument_specs:
Set the log file handler rotation file suffix. When used, the file will be rotated based on its suffix. Note: If the suffix ends
with .zip or .gz, the rotation file will also be compressed.
keycloak_quarkus_proxy_mode:
default: 'edge'
default: 'none'
type: "str"
description: "The proxy address forwarding mode if the server is behind a reverse proxy. Set to 'none' if not using a proxy"
description: "The proxy address forwarding mode if the server is behind a reverse proxy. Set to 'none' as it is deprecated according to Keycloak documentation"
keycloak_quarkus_proxy_headers:
default: ""
type: "str"