adding tasks for goweb-oidc

This commit is contained in:
2023-04-05 14:57:15 +02:00
parent 7feec0969b
commit 5187927b61
3 changed files with 43 additions and 1 deletions

View File

@ -0,0 +1,14 @@
# {{ ansible_managed }}
PODMAN_ARGS="\
--name 'cadoles-pod-goweb-oidc-demo-v1' \
--replace \
-p 80:3002 \
-e LOG_LEVEL=0 \
-e HTTP_ADDRESS=0.0.0.0:3002 \
-e OIDC_CLIENT_ID=mse-demo \
-e OIDC_CLIENT_SECRET=mse-demo \
-e OIDC_ISSUER_URL=https://msedev.crous-toulouse.fr/auth/ \
-e OIDC_REDIRECT_URL=https://auth.lescrous.fr/oauth2/callback \
-e OIDC_POST_LOGOUT_REDIRECT_URL=https://auth.lescrous.fr \
-e OIDC_ACR_VALUES= \
"