Skip to content

Commit

Permalink
Merge pull request #21010 from stevvooe/sjd/updated-bitbucket-revocat…
Browse files Browse the repository at this point in the history
…ion-docs

builds: clarify instructions for bitbucket revocation
  • Loading branch information
dvdksn authored Sep 26, 2024
2 parents bd15895 + 2d07801 commit e79677d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 11 additions & 5 deletions content/manuals/docker-hub/builds/link-source.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,23 +128,29 @@ code provider.

5. On the page that appears, select **Grant access**.


### Unlink a Bitbucket user account

To permanently revoke Docker Hub's access to your Bitbucket account, you must
unlink it both from Docker Hub, and from your Bitbucket account.
unlink it both from Docker Hub, and revoke authorization in your Bitbucket account.

1. Sign in to Docker Hub.

2. Select the **Settings** icon in the top-right navigation, then select **Repository Settings**.

3. From the **Linked accounts** tab, select the **Plug** icon next to the source provider you want to remove.

4. Go to your Bitbucket account and navigate to **Bitbucket settings**.
> [!IMPORTANT]
> After unlinking the account on Docker Hub, you must also revoke the authorization on the Bitbucket end.
To revoke authorization in your Bitbucket account:

1. Go to your Bitbucket account and navigate to [**Bitbucket settings**](https://bitbucket.org/account/settings/app-authorizations/).

2. On the page that appears, select **OAuth**.

5. On the page that appears, select **OAuth**.
3. Select **Revoke** next to the Docker Hub line.

6. Select **Revoke** next to the Docker Hub line.
![Bitbucket Authorization revocation page](images/bitbucket-revoke.png)

> [!NOTE]
>
Expand Down

0 comments on commit e79677d

Please sign in to comment.