From 822c764efb1885612dc9326216d73c2f10b981fc Mon Sep 17 00:00:00 2001 From: Jason McIntosh Date: Mon, 2 Jun 2025 12:42:01 -0400 Subject: [PATCH] Add a step about 2FA to the Bitbucket instructions. --- docs/platforms/bitbucket-cloud.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/platforms/bitbucket-cloud.md b/docs/platforms/bitbucket-cloud.md index acb37f34..39015cdb 100644 --- a/docs/platforms/bitbucket-cloud.md +++ b/docs/platforms/bitbucket-cloud.md @@ -18,8 +18,9 @@ This guide will assist you in effectively integrating CodeRabbit with Bitbucket To enable CodeRabbit to interact with your Bitbucket repositories, an app password is required. This token grants the necessary permissions for interacting with the Merge Requests and Discussions APIs. 1. Create a new Bitbucket account specifically for CodeRabbit and treat it as a service account. -2. Name the account "CodeRabbit". -3. Generate an App Password to enable seamless integration between CodeRabbit and your Bitbucket repositories. +1. Name the account "CodeRabbit". +1. If your Bitbucket workspace requires two-step verification, then you must also enable two-step verification on this new account. +1. Generate an App Password to enable seamless integration between CodeRabbit and your Bitbucket repositories. We recommend creating a new user as a service account, associating this user to the workspace you'd like to install CodeRabbit on, and providing CodeRabbit with the app password to allow access. During the installation process, CodeRabbit will automatically configure the required webhook for seamless integration.