You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -250,8 +251,11 @@ var stringFlags = map[string]stringFlag{
250
251
" A custom Workflow that uses autoplan 'when_modified' will ignore this value.",
251
252
defaultValue: DefaultAutoplanFileList,
252
253
},
254
+
BitbucketApiUserFlag: {
255
+
description: "Bitbucket username for API calls. If not set, defaults to bitbucket-user for backward compatibility. Can also be specified via the ATLANTIS_BITBUCKET_API_USER environment variable.",
256
+
},
253
257
BitbucketUserFlag: {
254
-
description: "Bitbucket username of API user.",
258
+
description: "Bitbucket username for git operations.",
255
259
},
256
260
BitbucketTokenFlag: {
257
261
description: "Bitbucket app password of API user. Can also be specified via the ATLANTIS_BITBUCKET_TOKEN environment variable.",
Bitbucket username (usually an email) used for API authentication with Bitbucket Cloud. This is used for API calls only. If not specified, Atlantis will use the value of `--bitbucket-user` for API authentication to maintain backward compatibility.
316
+
317
+
**Note:**
318
+
319
+
- The backward compatibility is for supporting the existing Bitbucket APP Passwords that are still valid until June 2026(see [here](https://www.atlassian.com/blog/bitbucket/bitbucket-cloud-transitions-to-api-tokens-enhancing-security-with-app-password-deprecation)).
@@ -334,7 +358,7 @@ atlantis server --bitbucket-user="myuser"
334
358
ATLANTIS_BITBUCKET_USER="myuser"
335
359
```
336
360
337
-
Bitbucket username of API user.
361
+
Bitbucket username used for git operations. For Bitbucket Cloud, if `--bitbucket-api-user` is not specified, this value will also be used for API authentication.
0 commit comments