adding tasks for goweb-oidc
This commit is contained in:
14
templates/cadoles-pod-goweb-oidc-v1.conf.j2
Normal file
14
templates/cadoles-pod-goweb-oidc-v1.conf.j2
Normal 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= \
|
||||
"
|
Reference in New Issue
Block a user