guyzmo/git-repo

Implement app password creation support for bitbucket

guyzmo opened this issue · 3 comments

to avoid relying on user+password in the gitconfig (and make it more easily revokable just in case…)

good news, the latest bitbucket update introduced privatekey support. Now we just need to figure how to use the API with the key.

Looks like it's working the same way it is now, though you need 2FA enabled: https://blog.bitbucket.org/2016/06/06/app-passwords-bitbucket-cloud/

I'm adding to the plan to switch the bitbucket library to pybitbucket which is still maintained.