BitBucket App Password: Which permissions for git command-line access?
Asked Answered
A

0

5

I understand how to create an app password for BitBucket, as discussed in Atlassian's app password information and this SO answer.

Which permissions are needed for what, though? In my case, specifically, I'm using this for command-line git for my repositories.

Immediately, I would guess that I need to check read and write under Repositories. What about admin and delete? And, what about Projects read and write?

Found this question on BitBucket's Community: how to use app passwords. Scrolling down, the OP said they figured out that they needed permissions on Repositories and Projects - but still wasn't sure if that was correct.

Where can I find exactly what these permissions represent and which I need for simple git push/pull/tag/...?

Amplexicaul answered 10/3, 2022 at 22:6 Comment(1)
I went with the info in step 3 of this SO answer, and it seems to be working so far.Amplexicaul

© 2022 - 2024 — McMap. All rights reserved.