From ebce57682266b8d805a5f07b9e4d3b059df9c3ea Mon Sep 17 00:00:00 2001 From: Matthieu Lamalle Date: Wed, 1 Feb 2023 15:46:36 +0100 Subject: [PATCH] renommage des variable d'environnement d'hydra-oidc --- templates/cadoles-pod-hydra-oidc-v1.conf.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/cadoles-pod-hydra-oidc-v1.conf.j2 b/templates/cadoles-pod-hydra-oidc-v1.conf.j2 index 1da5a70..fddb01b 100644 --- a/templates/cadoles-pod-hydra-oidc-v1.conf.j2 +++ b/templates/cadoles-pod-hydra-oidc-v1.conf.j2 @@ -16,8 +16,8 @@ PODMAN_ARGS="\ -e 'BASE_URL={{ haproxy_public_base_url }}{{ haproxy_hydra_oidc_base_path }}' \ -e 'REDIRECT_ON_ERROR_URL={{ hydra_urls_error }}' \ -e 'OIDC_SCOPE={{ hydra_oidc_scope }}' \ - -e 'CLIENT_ID_FC={{ hydra_oidc_client_id }}' \ - -e 'CLIENT_SECRET_FC={{ hydra_oidc_client_secret }}' \ + -e 'CLIENT_ID={{ hydra_oidc_client_id }}' \ + -e 'CLIENT_SECRET={{ hydra_oidc_client_secret }}' \ -e 'TRUSTED_PROXIES=127.0.0.1,10.0.2.0/24' \ {% for key,value in hydra_oidc_additionnal_env.items() %} -e '{{ key }}={{ value }}' \