docs: update bitbucket cloud docs for api tokens#2501
Conversation
Summary of ChangesHello @zakisk, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request updates the Bitbucket Cloud installation documentation to reflect the deprecation of App Passwords and the transition to API Tokens. It provides comprehensive guidance on how to create and configure API Tokens, along with necessary permission settings. Additionally, it clarifies that the Highlights
Changelog
Activity
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
🔍 PR Lint Feedback
|
There was a problem hiding this comment.
Code Review
This pull request updates the Bitbucket Cloud documentation to reflect the deprecation of app passwords and the transition to API tokens. The changes include instructions on how to create API tokens and clarify the use of the Atlassian email ID in the user field of the Repository CR. Overall, the updates are crucial for keeping the documentation current with Bitbucket Cloud's authentication changes. I've provided feedback on improving the presentation of the deprecation notice and adhering to the documentation style guide regarding hint blocks.
| {{< hint danger >}} | ||
|
|
||
| <https://support.atlassian.com/bitbucket-cloud/docs/app-passwords/> | ||
| App passwords are now replaced with [API Tokens](https://support.atlassian.com/bitbucket-cloud/docs/using-api-tokens/), you cannot create a new app password now and All existing app passwords will be disabled on June 9, 2026. | ||
|
|
||
| Check these boxes to add the permissions to the token: | ||
| {{< /hint >}} |
There was a problem hiding this comment.
The general rules for this repository state to "Avoid using 'hint' blocks in documentation." While the information about app password deprecation is crucial, it should be integrated directly into the text rather than using a hint danger block.
| {{< hint danger >}} | |
| <https://support.atlassian.com/bitbucket-cloud/docs/app-passwords/> | |
| App passwords are now replaced with [API Tokens](https://support.atlassian.com/bitbucket-cloud/docs/using-api-tokens/), you cannot create a new app password now and All existing app passwords will be disabled on June 9, 2026. | |
| Check these boxes to add the permissions to the token: | |
| {{< /hint >}} | |
| App passwords are now replaced with [API Tokens](https://support.atlassian.com/bitbucket-cloud/docs/using-api-tokens/). You cannot create a new app password, and all existing app passwords will be disabled on June 9, 2026. |
References
- Avoid using 'hint' blocks in documentation.
There was a problem hiding this comment.
just mentions that we only support api token since app password is deprecated, don't phrsae in the "now" tense, it's a documentation not a changelog..
| Follow the Pipelines-as-Code [installation](/docs/install/installation) according to your Kubernetes cluster. | ||
|
|
||
| ## Create Bitbucket Cloud App Password | ||
| ## Bitbucket Cloud App Password |
There was a problem hiding this comment.
The heading "Bitbucket Cloud App Password" is immediately followed by a deprecation notice. It would improve clarity to combine the content into a single section focused on API Tokens, with a clear deprecation note for app passwords at the beginning of that section. Consider renaming this section to reflect the deprecation or integrating its content into the "Create Bitbucket API Token" section.
| ## Bitbucket Cloud App Password | |
| ## Bitbucket Cloud Authentication |
5ce9f41 to
eb298e8
Compare
| ## Bitbucket Cloud App Password | ||
|
|
||
| Follow this guide to create an app password: | ||
| App passwords are replaced with [API Tokens](https://support.atlassian.com/bitbucket-cloud/docs/using-api-tokens/). You cannot create a new app password, and all existing app passwords will be disabled on June 9, 2026. |
There was a problem hiding this comment.
why mentioning date, they go out of date quickly, just mentions that it is not supported since not supported by bitbucket anymore, this should not be complicated..
There was a problem hiding this comment.
as users are using app passwords so far we should let them know that they wouldn't work after that date and we will remove this after that date. because someone might be having app passwords so let them know that it won't work and PaC supports API tokens
eb298e8 to
41dfb06
Compare
this commit updates bitbucket cloud docs about replacement of app passwords with api tokens and adds a guide on how to create api token. Signed-off-by: Zaki Shaikh <zashaikh@redhat.com>
41dfb06 to
b07a42b
Compare
|
/lgtm |
There was a problem hiding this comment.
Congrats @zakisk your PR Has been approved 🎉
✅ Pull Request Approved
Approval Status:
- Required Approvals: 1
- Current Approvals: 1
👥 Reviewers Who Approved:
| Reviewer | Permission Level | Approval Status |
|---|---|---|
| @chmouel | admin |
✅ |
📝 Next Steps
- Ensure all required checks pass
- Comply with branch protection rules
- Request a maintainer to merge using the
/mergecommand (or merge it
directly if you have repository permission).
Automated by the PAC Boussole 🧭
this commit updates bitbucket cloud docs about replacement of app passwords with api tokens and adds a guide on how to create api token.
📝 Description of the Change
👨🏻 Linked Jira
🔗 Linked GitHub Issue
Fixes #
🚀 Type of Change
fix:)feat:)feat!:,fix!:)docs:)chore:)refactor:)enhance:)deps:)🧪 Testing Strategy
🤖 AI Assistance
If you have used AI assistance, please provide the following details:
Which LLM was used?
Extent of AI Assistance:
Important
If the majority of the code in this PR was generated by an AI, please add a
Co-authored-bytrailer to your commit message.For example:
Co-authored-by: Gemini gemini@google.com
Co-authored-by: ChatGPT noreply@chatgpt.com
Co-authored-by: Claude noreply@anthropic.com
Co-authored-by: Cursor noreply@cursor.com
Co-authored-by: Copilot Copilot@users.noreply.github.com
**💡You can use the script
./hack/add-llm-coauthor.shto automatically addthese co-author trailers to your commits.
✅ Submitter Checklist
fix:,feat:) matches the "Type of Change" I selected above.make testandmake lintlocally to check for and fix anyissues. For an efficient workflow, I have considered installing
pre-commit and running
pre-commit installtoautomate these checks.