2 Commits
0.0.1 ... 0.0.3

Author SHA1 Message Date
3fd9d2ac0f fix
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful
2024-01-30 11:10:02 +01:00
54af14721a fix
All checks were successful
ci/woodpecker/tag/woodpecker Pipeline was successful
2024-01-30 11:07:14 +01:00
2 changed files with 3 additions and 1 deletions

View File

@ -15,6 +15,8 @@ pushd $DEPLOYMENT_DIR > /dev/null
. /tmp/secrets
rm /tmp/secrets
CLIENT_SECRETS=`cat oidc-config.json | sed -e's!%CLIENT_SECRET%!'$CLIENT_SECRET'!'`
kubectl create namespace $NAMESPACE \
--dry-run=client \
-o yaml | \

View File

@ -5,7 +5,7 @@
"client_id": "oidc-python-example",
"client_secret": "%CLIENT_SECRET%",
"redirect_uris": [
"http://localhost:8080/*"
"https://oidc-python-example.hottis.de/*"
],
"userinfo_uri": "https://auth2.hottis.de/realms/hottis/protocol/openid-connect/userinfo",
"token_uri": "https://auth2.hottis.de/realms/hottis/protocol/openid-connect/token"