From 217e3bcde45e61754287296343b8459c7a703673 Mon Sep 17 00:00:00 2001 From: Matthieu Lamalle Date: Tue, 24 Jan 2023 14:37:37 +0100 Subject: [PATCH] suppression var opbsolete POST_LOGOUT_REDIRECT_URL --- templates/cadoles-pod-hydra-oidc-v1.conf.j2 | 1 - 1 file changed, 1 deletion(-) 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 }}' \