From a00a64a11ec819d28b9bee1ebb64036602a8fa63 Mon Sep 17 00:00:00 2001 From: William Petit Date: Fri, 26 Aug 2022 12:39:36 +0200 Subject: [PATCH] =?UTF-8?q?Correction=20acc=C3=A8s=20API=20Hydra=20pour=20?= =?UTF-8?q?LDAP=20et=20OIDC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/cadoles-pod-hydra-ldap-v1.conf.j2 | 2 +- templates/cadoles-pod-hydra-oidc-v1.conf.j2 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/cadoles-pod-hydra-ldap-v1.conf.j2 b/templates/cadoles-pod-hydra-ldap-v1.conf.j2 index 7d31cee..ea74328 100644 --- a/templates/cadoles-pod-hydra-ldap-v1.conf.j2 +++ b/templates/cadoles-pod-hydra-ldap-v1.conf.j2 @@ -7,7 +7,7 @@ PODMAN_ARGS="\ --replace --name 'cadoles-pod-hydra-ldap-v1' \ --tz=local \ -e 'WERTHER_DEV_MODE={{ hydra_ldap_dev_mode }}' \ - -e 'WERTHER_IDENTP_HYDRA_URL=http://10.0.2.2:4445' \ + -e 'WERTHER_IDENTP_HYDRA_URL=http://10.0.2.2:3000' \ -e 'WERTHER_LDAP_ENDPOINTS={{ hydra_ldap_endpoints | join(',') }}' \ -e 'WERTHER_LDAP_BINDDN={{ hydra_ldap_bind_dn }}' \ -e 'WERTHER_LDAP_BINDPW={{ hydra_ldap_bind_password }}' \ diff --git a/templates/cadoles-pod-hydra-oidc-v1.conf.j2 b/templates/cadoles-pod-hydra-oidc-v1.conf.j2 index 85584d6..a2432e9 100644 --- a/templates/cadoles-pod-hydra-oidc-v1.conf.j2 +++ b/templates/cadoles-pod-hydra-oidc-v1.conf.j2 @@ -7,7 +7,7 @@ PODMAN_ARGS="\ -p 127.0.0.1:3004:80 \ -e APP_ENV=prod \ -e 'APP_DEBUG={{ hydra_oidc_debug }}' \ - -e 'HYDRA_ADMIN_BASE_URL=http://10.0.2.2:4445' \ + -e 'HYDRA_ADMIN_BASE_URL=http://10.0.2.2:3000' \ -e 'COOKIE_PATH={{ hydra_oidc_cookie_path }}' \ -e 'OIC_AUTHORIZE_ENDPOINT={{ hydra_oidc_authorize_endpoint }}' \ -e 'OIDC_TOKEN_ENDPOINT={{ hydra_oidc_token_endpoint }}' \