You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: roles/keycloak_quarkus/meta/argument_specs.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -344,9 +344,9 @@ argument_specs:
344
344
Set the log file handler rotation file suffix. When used, the file will be rotated based on its suffix. Note: If the suffix ends
345
345
with .zip or .gz, the rotation file will also be compressed.
346
346
keycloak_quarkus_proxy_mode:
347
-
default: 'edge'
347
+
default: 'none'
348
348
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"
0 commit comments