Correction boucle hydra_oidc_additionnal_env

This commit is contained in:
cmsassot 2022-09-14 11:27:06 +02:00
parent a3c83fbd86
commit 1bbe96e13e
1 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ PODMAN_ARGS="\
-e 'CLIENT_ID_FC={{ hydra_oidc_client_id }}' \ -e 'CLIENT_ID_FC={{ hydra_oidc_client_id }}' \
-e 'CLIENT_SECRET_FC={{ hydra_oidc_client_secret }}' \ -e 'CLIENT_SECRET_FC={{ hydra_oidc_client_secret }}' \
-e 'TRUSTED_PROXIES=127.0.0.1,10.0.2.0/24' \ -e 'TRUSTED_PROXIES=127.0.0.1,10.0.2.0/24' \
{% for item in hydra_oidc_additionnal_env.values() %} {% for key,value in hydra_oidc_additionnal_env.items() %}
-e '{{ item.name }}={{ item.value }}' \ -e '{{ key }}={{ value }}' \
{% endfor %} {% endfor %}
" "