diff options
author | Revanshu Paliwal <revanshu.paliwal@sonarsource.com> | 2022-08-24 14:58:56 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2022-08-25 20:03:09 +0000 |
commit | 1e297c135a922f1a1049ed9ff5169f25e19658d8 (patch) | |
tree | e10594a014b6c863e40f20ef3bf90b5b71a7f761 /server/sonar-docs/src/pages/analysis/bitbucket-cloud-integration.md | |
parent | 78129d971fdf779562a16ac8dccf159e8d1c9388 (diff) | |
download | sonarqube-1e297c135a922f1a1049ed9ff5169f25e19658d8.tar.gz sonarqube-1e297c135a922f1a1049ed9ff5169f25e19658d8.zip |
SONAR-17226 Display authentication-related settings in a more intuitive way
Diffstat (limited to 'server/sonar-docs/src/pages/analysis/bitbucket-cloud-integration.md')
-rw-r--r-- | server/sonar-docs/src/pages/analysis/bitbucket-cloud-integration.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/server/sonar-docs/src/pages/analysis/bitbucket-cloud-integration.md b/server/sonar-docs/src/pages/analysis/bitbucket-cloud-integration.md index 39613b35721..74148fe21e3 100644 --- a/server/sonar-docs/src/pages/analysis/bitbucket-cloud-integration.md +++ b/server/sonar-docs/src/pages/analysis/bitbucket-cloud-integration.md @@ -34,7 +34,7 @@ SonarQube uses a dedicated [OAuth consumer](https://support.atlassian.com/bitbuc - **Permissions** – Grant **Read** access for the **Pull requests** permission. ### Setting your global DevOps Platform Integration settings -To set your global DevOps Platform Integration settings, navigate to **Administration > DevOps Platform Integrations**, select the **Bitbucket** tab, and select **Bitbucket Cloud** as the variant you want to configure. From here, specify the following settings: +To set your global DevOps Platform Integration settings, navigate to **Administration > Configuration > General Settings > DevOps Platform Integrations**, select the **Bitbucket** tab, and select **Bitbucket Cloud** as the variant you want to configure. From here, specify the following settings: - **Configuration Name** (Enterprise and Data Center Edition only) – The name used to identify your Bitbucket Cloud configuration at the project level. Use something succinct and easily recognizable. - **Workspace ID** – The workspace ID is part of your bitbucket cloud URL `https://bitbucket.org/{WORKSPACE-ID}/{repository-slug}` @@ -315,7 +315,7 @@ Create or update your OAuth consumer in your Bitbucket Cloud workspace settings | If you're using the same OAuth consumer for authentication and importing projects/reporting status to pull requests, make sure that the **This is a private consumer** box is checked and **Read** access for the **Pull requests** permission is granted. ### Setting your authentication settings in SonarQube -To set your global authentication settings, navigate to **Administration > DevOps Platform Integrations** and select the **Bitbucket** tab. Scroll down to the **Bitbucket Authentication** section and update the following settings: +To set your global authentication settings, navigate to **Administration > Configuration > General Settings > Authentication > Bitbucket Cloud Authentication** and update the following settings: - **Enabled** - set to true. - **OAuth consumer key** - enter the **Key** from your OAuth consumer page in Bitbucket. |