How do I configure Portainer's GitOps features to authenticate to a Bitbucket repository?
PreviousWhy don't custom standalone app templates show when using Docker Swarm?NextWhy are stack deployment times slow?
Last updated
Was this helpful?
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?
Was this helpful?