Re: GitLab credential

2017-07-12 Thread Aleksey Tsalolikhin
I found KIE workbench here: http://www.adeveloperdiary.com/bpm/jbpm/get-started-with-jbpm-kie-and-drools-workbench-part-1/ Sounds like you want to set it up so that each of your hundred users can access KIE workbench /and/ GitLab with their LDAP credentials, yes? Each user would have a different

Re: GitLab credential

2017-07-10 Thread Jainath Gupta
I have kie-workbench and I saved my all rules on GitLab Groups repository. So I want to give privilege to access kie-workbench and GitLab repository with same credential. So, Is it possible using LDAP for both ?? On Monday, July 10, 2017 at 1:48:16 PM UTC+5:30, Aleksey Tsalolikhin wrote: > > Sha

Re: GitLab credential

2017-07-10 Thread Aleksey Tsalolikhin
Sharing credentials violates security best practices as you'll lose accountability (you won't know who accessed the system when, and who made what change when) and you won't have the ability to authorize individual users (make decisions about who is allowed to access what). What is the problem you

GitLab credential

2017-07-09 Thread Jainath Gupta
Hi, Suppose, I have 100 users for my application access and I want to they can also access GitLab repository with same credential. So how can I use. May be in future another user register with my application then he will automatic access gitLab with same credential. Is it possible ? -- You rece