Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 19:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×Hello guys. Does anyone use ArgoCD with Bitbucket? Any tips for making the connection between ArgoCD and Bitbucket?
I can connect to GITHUB using HTTP Token, but in bitbucke I didn't find this option (Token HTTPS).
Does anyone have the bit connected to argocd?
Hi @Fernando Faria and welcome to the community!
I'm not familiar with ArgoCD, but if the connection requires the credentials of a Bitbucket account that has access to your workspace and repos, you can use app passwords:
An app password can be generated for a Bitbucket cloud account and it can be used in combination with the account's username (found here https://bitbucket.org/account/settings/ when you are logged in to the account).
The permissions required for the app password depend on what operations are performed by ArgoCD.
Kind regards,
Theodora
Perfect Theodora. It worked with your help.
1 - Use app-passwords
2 - in argocd connect repo using https and use without username in URL.
3 - include username of bitbackut and app-passwords.
Thanks for your help!
Regards,
Fernando Faria
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
That's good to hear and you are very welcome Fernando!
Please feel free to reach out if you ever need anything else!
Kind regards,
Theodora
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey @iamnst and welcome to the Community!
I'm not very familiar with ArgoCD, but if it supports providing a Bearer access token during the connection with Bitbucket, you should be able to use a repository access token for authentication as well.
You can find mind details on how to create and examples of repository access tokens usage in the following documentation :
Thank you, @iamnst !
Patrik S
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.