n7mobile / concourse-bitbucket-pr

Interact with pull request on BitBucket Cloud with ConcourseCI.
MIT License
11 stars 3 forks source link

OAuth 2.0 support #8

Open cristian-radu opened 2 years ago

cristian-radu commented 2 years ago

Hi there @antrov, at some point Bitbucket Cloud added support for OAuth 2.0 to their API.

It would be nice if this resource provided an option that allows users to take advantage of this.

In my use case, I have an OAuth Consumer in Bitbucket Cloud set up for Concourse and I would like to use those credentials with this resource rather than a username and password.

Is this something you would consider merging in if I can find the time to send you a PR?

antrov commented 2 years ago

Hi @cristian-radu, thanks for your message.

OAuth beats an user-password pair. No argument here. Unfortunately, we don't have OAuth on the roadmap of our works.

But! All Pull Requests are welcome and in case of any troubles we will provide support.