Skip to content

Commit 84d0175

Browse files
committed
Update admin/code_hosts/bitbucket_cloud.schema.json schema for v6.5.6969
1 parent 3c91dff commit 84d0175

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

docs/admin/code_hosts/bitbucket_cloud.mdx

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,20 +118,22 @@ Bitbucket Cloud connections support the following configuration options, which a
118118

119119
{/* SCHEMA_SYNC_START: admin/code_hosts/bitbucket_cloud.schema.json */}
120120
{/* WARNING: This section is auto-generated during releases. Do not edit manually. */}
121-
{/* Last updated: 2025-07-10T00:07:29Z via sourcegraph/[email protected].2654 */}
121+
{/* Last updated: 2025-07-16T23:29:50Z via sourcegraph/[email protected].6969 */}
122122
```json
123-
// Authentication alternatives: username + appPassword
124-
125123
{
126124
// The workspace access token to use when authenticating with Bitbucket Cloud.
127125
"accessToken": null,
128126

127+
// The API token to use when authenticating with Bitbucket Cloud.
128+
"apiToken": null,
129+
129130
// The API URL of Bitbucket Cloud, such as https://api.bitbucket.org. Generally, admin should not modify the value of this option because Bitbucket Cloud is a public hosting platform.
130131
// Other example values:
131132
// - "https://api.bitbucket.org"
132133
"apiURL": null,
133134

134135
// The app password to use when authenticating to the Bitbucket Cloud. Also set the corresponding "username" field.
136+
// 🚨 NOTE 🚨: Please use the "apiToken" field instead of this field, since Bitbucket Cloud is deprecating app passwords as of June 9, 2026. See https://www.atlassian.com/blog/bitbucket/bitbucket-cloud-transitions-to-api-tokens-enhancing-security-with-app-password-deprecation for more details.
135137
"appPassword": null,
136138

137139
// If non-null, enforces Bitbucket Cloud repository permissions. This requires that there is an item in the [site configuration json](https://sourcegraph.com/docs/admin/config/site_config#auth-providers) `auth.providers` field, of type "bitbucketcloud" with the same `url` field as specified in this `BitbucketCloudConnection`.

0 commit comments

Comments
 (0)