Ajout variables d'environement hydra-oidc

This commit is contained in:
2022-09-13 10:41:28 +02:00
parent 8d0e7026e4
commit 4c925082f3
2 changed files with 4 additions and 0 deletions

View File

@ -19,4 +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 }}' \
{% endfor %}
"