For the complete documentation index, see llms.txt. This page is also available as Markdown.

How do I configure Portainer's GitOps features to authenticate to a Bitbucket repository?

The following instructions acknowledge that Bitbucket has announced the deprecation of app passwords in Bitbucket Cloud.

When deploying a stack from a private Bitbucket repository, the authentication method will differ depending on how your Bitbucket is hosted.

  • Bitbucket Cloud: Use an API token or access token with basic authentication. The token must have read access to the repository.

  • Bitbucket Data Center: Use a Personal Access Token with bearer token authentication. The token must have read access to the repository.

Last updated

Was this helpful?