Skip to content

Commit 1f9648b

Browse files
committed
Updated argument_specs and declared keycloak_quarkus_proxy_mode as deprecated
1 parent e8a8326 commit 1f9648b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

roles/keycloak_quarkus/meta/argument_specs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -344,9 +344,9 @@ argument_specs:
344344
Set the log file handler rotation file suffix. When used, the file will be rotated based on its suffix. Note: If the suffix ends
345345
with .zip or .gz, the rotation file will also be compressed.
346346
keycloak_quarkus_proxy_mode:
347-
default: 'edge'
347+
default: 'none'
348348
type: "str"
349-
description: "The proxy address forwarding mode if the server is behind a reverse proxy. Set to 'none' if not using a proxy"
349+
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"
350350
keycloak_quarkus_proxy_headers:
351351
default: ""
352352
type: "str"

0 commit comments

Comments
 (0)