Linking a Studio App to Bitbucket source control
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2023 05:43 AM - edited 06-19-2023 05:44 AM
Hello!
I am currently trying to link a Studio Application to Bitbucket, but keep getting the error "Repository authentication failed, check credentials. Make sure the user has both read and write access".
The URL i'm trying to connect to is:
https://<repo_owner>@bitbucket.org/<workspace>/<repo>.git (Filled in with the relevant information)
I am currently tying to connect using Basic Auth Credentials, as the SSH process seems to be intricate.
I have entered the following in the Basic Auth Credentials Record:
Name: Bitbucket
Username: <Left empty, as we have the Access Token>
Password: <Access Token created in Bitbucket Repo>
The Bitbucket Access Token has been given all rights.
Using this configuration gives me the error code described in the beginning.
I can configure the link using a Bitbucket provided URL Containing the Access Token, but we do not want this visible in clear text.
Has anyone linked a Studio App to Bitbucket Source Control, and can explain what I might be doing wrong?
Could the URL or use of Access Token be incorrect?
Any help would be appreciated 🙂