From 8e5388b21b80974483df234fc8255ce6c5e3b440 Mon Sep 17 00:00:00 2001 From: Andreas Wagner Date: Thu, 17 Jul 2025 09:21:44 +0200 Subject: [PATCH] Updated argument_specs and declared keycloak_quarkus_proxy_mode as deprecated --- roles/keycloak_quarkus/meta/argument_specs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/keycloak_quarkus/meta/argument_specs.yml b/roles/keycloak_quarkus/meta/argument_specs.yml index 7525c50..269de3b 100644 --- a/roles/keycloak_quarkus/meta/argument_specs.yml +++ b/roles/keycloak_quarkus/meta/argument_specs.yml @@ -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"