Ajout variables d'environement hydra-oidc #3

Merged
wpetit merged 3 commits from hydra_oidc_options into master 2022-09-14 12:11:01 +02:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit 1bbe96e13e - Show all commits

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_additionnal_env.values() %}
-e '{{ item.name }}={{ item.value }}' \
{% for key,value in hydra_oidc_additionnal_env.items() %}
-e '{{ key }}={{ value }}' \
{% endfor %}
"