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?
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.
Bitbucket Data Center: Use a Personal Access Token with bearer token authentication.
Was this helpful?
Was this helpful?