Correction accès API Hydra pour LDAP et OIDC

This commit is contained in:
wpetit 2022-08-26 12:39:36 +02:00
parent d52e83e3f4
commit a00a64a11e
2 changed files with 2 additions and 2 deletions

View File

@ -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 }}' \

View File

@ -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 }}' \