Skip to content

Commit

Permalink
feat: add new callback for new gateway (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
olevski authored Jan 31, 2024
1 parent e45adae commit b4c22f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy-renku/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ if test -n "$GITLAB_TOKEN" ; then
gitlab_app=$(curl -s -X POST ${GITLAB_URL}/api/v4/applications \
-H "private-token: $GITLAB_TOKEN" \
--data "name=${RENKU_RELEASE}" \
--data "redirect_uri=https://${RENKU_RELEASE}.dev.renku.ch/auth/realms/Renku/broker/dev-renku/endpoint https://${RENKU_RELEASE}.dev.renku.ch/api/auth/gitlab/token" \
--data "redirect_uri=https://${RENKU_RELEASE}.dev.renku.ch/auth/realms/Renku/broker/dev-renku/endpoint https://${RENKU_RELEASE}.dev.renku.ch/api/auth/gitlab/token https://${RENKU_RELEASE}.dev.renku.ch/api/auth/callback" \
--data "scopes=api read_user read_repository read_registry openid")
APP_ID=$(echo $gitlab_app | jq -r '.application_id')
APP_SECRET=$(echo $gitlab_app | jq -r '.secret')
Expand Down

0 comments on commit b4c22f0

Please sign in to comment.