Injection variable TRUSTED_PROXIES
This commit is contained in:
parent
398040ab78
commit
93d8997f6f
|
@ -18,4 +18,5 @@ PODMAN_ARGS="\
|
|||
-e 'DEFAULT_LOCALE={{ hydra_dispatcher_default_locale }}' \
|
||||
-e 'APP_LOCALES={{ hydra_dispatcher_available_locales | join(',') }}' \
|
||||
-e 'HYDRA_ADMIN_AUTHORIZED_HOSTS={{ hydra_dispatcher_admin_authorized_hosts | join(',') }}' \
|
||||
-e 'TRUSTED_PROXIES=127.0.0.1,10.0.2.0/24' \
|
||||
"
|
|
@ -18,4 +18,5 @@ PODMAN_ARGS="\
|
|||
-e 'OIDC_SCOPE={{ hydra_oidc_scope }}' \
|
||||
-e 'CLIENT_ID_FC={{ hydra_oidc_client_id }}' \
|
||||
-e 'CLIENT_SECRET_FC={{ hydra_oidc_client_secret }}' \
|
||||
-e 'TRUSTED_PROXIES=127.0.0.1,10.0.2.0/24' \
|
||||
"
|
Loading…
Reference in New Issue