diff --git a/deployment/deploy.sh b/deployment/deploy.sh index 80912c5..8bff33d 100755 --- a/deployment/deploy.sh +++ b/deployment/deploy.sh @@ -15,9 +15,7 @@ pushd $DEPLOYMENT_DIR > /dev/null . /tmp/secrets rm /tmp/secrets -echo $CLIENT_SECRET CLIENT_SECRETS=`cat oidc-config.json | sed -e's!%CLIENT_SECRET%!'$CLIENT_SECRET'!'` -echo $CLIENT_SECRETS kubectl create namespace $NAMESPACE \ --dry-run=client \ diff --git a/deployment/oidc-config.json b/deployment/oidc-config.json index 3ed7417..b587893 100644 --- a/deployment/oidc-config.json +++ b/deployment/oidc-config.json @@ -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"