diff options
author | michaelbirnstiehl <michael.birnstiehl@sonarsource.com> | 2021-08-26 10:54:56 -0500 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2021-08-30 20:08:19 +0000 |
commit | 1e78c066e5eed1752abfbcc91b977703d5dd0c51 (patch) | |
tree | c47f5f3dd2b9b42b0c29429c7873e1bbf81ba794 /server/sonar-docs/src/pages/analysis/bitbucket-cloud-integration.md | |
parent | eb5fd708f79d83bbfc2683dea406c875c4d2541e (diff) | |
download | sonarqube-1e78c066e5eed1752abfbcc91b977703d5dd0c51.tar.gz sonarqube-1e78c066e5eed1752abfbcc91b977703d5dd0c51.zip |
SONAR-15326 Document the encryption of DevOps platform secrets
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 | 2 |
1 files changed, 1 insertions, 1 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 040e769be65..0225cd1e0c0 100644 --- a/server/sonar-docs/src/pages/analysis/bitbucket-cloud-integration.md +++ b/server/sonar-docs/src/pages/analysis/bitbucket-cloud-integration.md @@ -38,7 +38,7 @@ To set your global ALM Integration settings, navigate to **Administration > ALM - **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}` - **OAuth Key** – Bitbucket automatically creates an OAuth key when you create your OAuth consumer. You can find it in your Bitbucket Cloud workspace settings under **OAuth consumers**. -- **OAuth Secret** – Bitbucket automatically creates an OAuth secret when you create your OAuth consumer. You can find it in your Bitbucket Cloud workspace settings under **OAuth consumers**. +- **OAuth Secret** – Bitbucket automatically creates an OAuth secret when you create your OAuth consumer. You can find it in your Bitbucket Cloud workspace settings under **OAuth consumers**. Administrators can encrypt this secret at **Administration > Configuration > Encryption**. See the **Settings Encryption** section of the [Security](/instance-administration/security/) page for more information. ### Adding your Bitbucket username and an app password After setting your global settings, you can add a project from Bitbucket Cloud by clicking the **Add project** button in the upper-right corner of the **Projects** homepage and selecting **Bitbucket**. |