typo
This commit is contained in:
parent
217e3bcde4
commit
d83ca8eb0c
|
@ -14,7 +14,7 @@ PODMAN_ARGS="\
|
||||||
-e 'OIDC_USERINFO_ENDPOINT={{ hydra_oidc_userinfo_endpoint }}' \
|
-e 'OIDC_USERINFO_ENDPOINT={{ hydra_oidc_userinfo_endpoint }}' \
|
||||||
-e 'OIDC_LOGOUT_ENDPOINT={{ hydra_oidc_logout_endpoint }}' \
|
-e 'OIDC_LOGOUT_ENDPOINT={{ hydra_oidc_logout_endpoint }}' \
|
||||||
-e 'BASE_URL={{ haproxy_public_base_url }}{{ haproxy_hydra_oidc_base_path }}' \
|
-e 'BASE_URL={{ haproxy_public_base_url }}{{ haproxy_hydra_oidc_base_path }}' \
|
||||||
-e 'REDIRECT_ON_ERROR_URL={{ hydra_urls_error }}'
|
-e 'REDIRECT_ON_ERROR_URL={{ hydra_urls_error }}' \
|
||||||
-e 'OIDC_SCOPE={{ hydra_oidc_scope }}' \
|
-e 'OIDC_SCOPE={{ hydra_oidc_scope }}' \
|
||||||
-e 'CLIENT_ID_FC={{ hydra_oidc_client_id }}' \
|
-e 'CLIENT_ID_FC={{ hydra_oidc_client_id }}' \
|
||||||
-e 'CLIENT_SECRET_FC={{ hydra_oidc_client_secret }}' \
|
-e 'CLIENT_SECRET_FC={{ hydra_oidc_client_secret }}' \
|
||||||
|
|
Loading…
Reference in New Issue