diff --git a/templates/cadoles-pod-hydra-oidc-v1.conf.j2 b/templates/cadoles-pod-hydra-oidc-v1.conf.j2 index 97475af..037d503 100644 --- a/templates/cadoles-pod-hydra-oidc-v1.conf.j2 +++ b/templates/cadoles-pod-hydra-oidc-v1.conf.j2 @@ -13,7 +13,6 @@ PODMAN_ARGS="\ -e 'OIDC_TOKEN_ENDPOINT={{ hydra_oidc_token_endpoint }}' \ -e 'OIDC_USERINFO_ENDPOINT={{ hydra_oidc_userinfo_endpoint }}' \ -e 'OIDC_LOGOUT_ENDPOINT={{ hydra_oidc_logout_endpoint }}' \ - -e 'POST_LOGOUT_REDIRECT_URL={{ hydra_oidc_post_logout_redirect_url }}' \ -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 }}' \