- On your Bitbucket user settings, go to "Access Management" -> "OAuth" -> "Add consumer"
- Enter any name for the application name, e.g. "OSF Bitbucket Addon (local)"
- In the Callback URL field, enter
http://localhost:5000/oauth/callback/bitbucket/ - In the URL field, enter
http://localhost:5000/ - For Permissions, select:
- Account: Email, Read
- Team Memberships: Read
- Projects: Read
- Repositories: Read
- Submit the form.
- Click on your new consumer to show the secret and key, , which you'll need to input into GV admin.