Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bitbucket Cloud - Support App passwords authentication #3725

Open
okolesn opened this issue Sep 30, 2024 · 0 comments
Open

Bitbucket Cloud - Support App passwords authentication #3725

okolesn opened this issue Sep 30, 2024 · 0 comments
Assignees
Labels
kind/enhancement New feature or request

Comments

@okolesn
Copy link
Collaborator

okolesn commented Sep 30, 2024

Background
User should be able to create pileline with Bitbucket Cloud Repository using App passwords authentication or secure token.

Authentication type should be set up in System Preferences(bitbucket.cloud.auth.type).
Default value - BASIC.

If Authentication type is BASIC:
Repository field should contain user name (like https://[email protected]/workspace/repository.git)
Token field should contain app password
Clone url will be built as: https://user_name:[email protected]/workspace/repository.git

If Authentication type is TOKEN:
Repository field should look like https://bitbucket.org/workspace/repository.git
Token field should contain secure token
Clone url will be built as: https://x-token-auth:[email protected]/workspace/repository.git

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant