You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
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.
Can we use repo access token also?
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.