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
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hi I am getting this error "Someone has already added that key as an access key to a repository." when I try to add my ssh keys to my account
Hi @James Trigg
Welcome to the community.
The error message you're getting when you add your public SSH key under your account level SSH key settings indicates that it is already added as an Access key to a repository.
To know exactly the specific repository where it is added, you can use the below Bitbucket Cloud API 2.0 endpoint using the cURL command.
curl -u your_bb_username:app_password "https://api.bitbucket.org/2.0/repositories/workspace_id/repo_name/deploy-keys?fields=values.label,values.key"
Reference: API 2.0 List deploy keys Please kindly note that you'll need your Bitbucket Cloud username and an App password for the API authentication
To get the list of your repositories, you can use this API 2.0 endpoint. - https://developer.atlassian.com/cloud/bitbucket/rest/api-group-repositories/#api-repositories-workspace-get
Hope it helps and let me know how it goes.
Regards,
Mark C
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.