Skip to content

Commit

Permalink
fix: update more GitLab redirect URLs (#3780)
Browse files Browse the repository at this point in the history
  • Loading branch information
leafty authored Sep 20, 2024
1 parent aa663f3 commit 4169bd2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Callback URLs:

.. code-block:: console
https://<your-renku-dns>/login/redirect/gitlab
https://<your-renku-dns>/api/auth/callback
https://<your-renku-dns>/api/auth/gitlab/token
Scopes:
Expand Down
2 changes: 1 addition & 1 deletion scripts/generate-values/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Configure the callback URLs:

.. code-block::
https://<your-renku-dns>/login/redirect/gitlab
https://<your-renku-dns>/api/auth/callback
https://<your-renku-dns>/api/auth/gitlab/token
And set the scopes:
Expand Down
2 changes: 1 addition & 1 deletion scripts/init-db/gitlab_db_init.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def main():
config.gitlab_oauth_client_id,
config.gitlab_oauth_client_secret,
[
f"{config.renku_url}/login/redirect/gitlab",
f"{config.renku_url}/api/auth/callback"
f"{config.renku_url}/api/auth/gitlab/token",
],
gitlab_db_connection,
Expand Down

0 comments on commit 4169bd2

Please sign in to comment.