Skip to content

Commit

Permalink
Post about expired GitLab OAuth tokens (#181)
Browse files Browse the repository at this point in the history
  • Loading branch information
stsewd authored Oct 25, 2022
1 parent f14c9df commit b405571
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions gitlab-service-reconection-required.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
.. post:: Oct 25, 2022
:tags: gitlab
:author: Santos
:location: CUE

GitLab service re-connection required
=====================================

Some `months ago`_ GitLab started enforcing an expiration time of two hours for all of their OAuth tokens.

.. _months ago: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/86362

Unfortunately `this broke`_ the integration with our application,
so your OAuth tokens may have expired.
OAuth tokens are used to interact with the GitLab API,
for reporting the status of merge requests, creating webhooks, and listing repositories.
In order for Read the Docs to have access to new fresh tokens,
you need to re-connect your GitLab account.
You can do this by:

- Going to your RTD account settings
- Click on ``Connected services``
- Click on ``Connect to GitLab``

Or by following the link:

- https://readthedocs.org/accounts/gitlab/login/?process=connect
- Or https://readthedocs.com/accounts/gitlab/login/?process=connect
if you are using Read the Docs for Business.

We apologize for any inconvenience caused.

.. _this broke: https://github.com/readthedocs/readthedocs.org/pull/9594

0 comments on commit b405571

Please sign in to comment.