Ask Your Question

Revision history [back]

To gain access to third-party repositories in a Bitbucket workspace through AWS Codestar connection, you need to follow these steps:

  1. In the AWS Codestar console, navigate to the relevant project, and select the workspace.

  2. In the workspace, go to the settings tab and select the Bitbucket Cloud option under the source control provider section.

  3. Follow the on-screen instructions to authorize the Bitbucket Cloud account, and then select the workspace where the third-party repository is located.

  4. Once you have authorized the Bitbucket Cloud account and selected the workspace, you should be able to see all the repositories in that workspace, including the third-party repos.

  5. To gain access to the third-party repository, you will need to clone the repository using the HTTPS or SSH protocol, depending on how the repository owner has set up access.

  6. Once you have cloned the repository, you can work on it locally using your preferred development tools and then push changes back to the repository as required.

Note that you may need to configure the permissions for the third-party repository within your Bitbucket Cloud account to ensure that you have the necessary access rights to clone and work on the repository.