Ajout variables d'environement hydra-oidc

This commit is contained in:
2022-09-13 11:13:49 +02:00
parent 4c925082f3
commit a3c83fbd86
2 changed files with 3 additions and 3 deletions

View File

@ -19,7 +19,7 @@ PODMAN_ARGS="\
-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' \
{% for item in hydra_oidc_environment_opts %}
-e '{{ item.environment_var_name }}={{ item.value }}' \
{% for item in hydra_oidc_additionnal_env.values() %}
-e '{{ item.name }}={{ item.value }}' \
{% endfor %}
"