Re: Per Jenkins user Git credentials - restrict access to some git repo to some users

2015-11-24 Thread Baptiste Mathus
Le 23 nov. 2015 7:33 PM, "Mark Waite" a écrit : > > Response in-line. > > On Mon, Nov 23, 2015 at 10:41 AM Francois Marot wrote: >> >> Thanks Mark and Stephen for your detailed responses. >> So in the end, I think that Jenkins has a problem because a user that can create a job has access to ALL c

Re: Per Jenkins user Git credentials - restrict access to some git repo to some users

2015-11-23 Thread Stephen Connolly
On Monday 23 November 2015, Francois Marot wrote: > Thanks Mark and Stephen for your detailed responses. > So in the end, I think that Jenkins has a problem because a user that can > create a job has access to ALL credentials. So by default, any user able to > create one job may steal any source

Re: Per Jenkins user Git credentials - restrict access to some git repo to some users

2015-11-23 Thread Mark Waite
Response in-line. On Mon, Nov 23, 2015 at 10:41 AM Francois Marot wrote: > Thanks Mark and Stephen for your detailed responses. > So in the end, I think that Jenkins has a problem because a user that can > create a job has access to ALL credentials. > I'm not clear why you think that a user tha

Re: Per Jenkins user Git credentials - restrict access to some git repo to some users

2015-11-23 Thread Victor Martinez
Hi there, Have you asked Cloudbees whether they support that feature as part of the enterprise version yet? It might help you Cheers -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails f

Re: Per Jenkins user Git credentials - restrict access to some git repo to some users

2015-11-23 Thread Francois Marot
Thanks Mark and Stephen for your detailed responses. So in the end, I think that Jenkins has a problem because a user that can create a job has access to ALL credentials. So by default, any user able to create one job may steal any source code located on a git repo whose Jenkins has the credenti

Re: Per Jenkins user Git credentials - restrict access to some git repo to some users

2015-11-20 Thread Mark Waite
You might also review the webinar mentioned at https://www.cloudbees.com/products/cloudbees-jenkins-platform/team-edition/features/role-based-access-control-plugin in case the Cloudbees roles based access control plugin could meet your needs. I'm pretty sure that plugin requires a Cloudbees Enterp

Re: Per Jenkins user Git credentials - restrict access to some git repo to some users

2015-11-20 Thread Mark Waite
I've not seen any facility which would allow you to restrict use of a credential by user. Credentials can be limited so that they are only visible for certain hosts and/or certain protocols, but not by which users or roles in the system can reference those credentials when defining a job. I assum

Per Jenkins user Git credentials - restrict access to some git repo to some users

2015-11-20 Thread Francois Marot
Hi all, I need your feedback to know if my Company's requirement is compatible with Jenkins: we have many Git repositories. Some jenkins jobs need to access some git repositories. But some repositories contain source code more sensible than others, hence the need for different credentials reg