nemccarthy / stash-pullrequest-builder-plugin

A Jenkins plugin for Building Stash Pull Requests
https://wiki.jenkins-ci.org/display/JENKINS/Stash+pullrequest+builder+plugin
Other
64 stars 130 forks source link

Feature Request: Certificate based authentication #42

Open mikelupo opened 9 years ago

mikelupo commented 9 years ago

Hello. Thanks for this plugin. It seems very promising for us. We can't use it as-is though due to basic authentication.

Any chance you guys can implement certificate based authentication for us folks who don't have basic auth as a connectivity option?

Thanks in advance

wburgers commented 8 years ago

Any update on this? I also would like to know if it is possible to trigger the build without creating an extra account for Jenkins in Stash.

nemccarthy commented 8 years ago

At this stage its not something that seems to be possible... The way the REST API works you need credentials...

wburgers commented 8 years ago

It is possible to use OAuth. In Stash you would create an Apllication Link and specify the public key of a keypair. Check here for more info.