Injection variable TRUSTED_PROXIES

This commit is contained in:
wpetit 2022-08-16 15:30:08 +02:00
parent 398040ab78
commit 93d8997f6f
2 changed files with 2 additions and 0 deletions

View File

@ -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' \
"

View File

@ -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' \
"