mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-10-22 12:04:06 -07:00
Updated argument_specs and declared keycloak_quarkus_proxy_mode as deprecated
This commit is contained in:
parent
4baf6c73ea
commit
8e5388b21b
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue