Must-share information (formatted with Markdown):
- which versions are you using (SonarQube, Scanner, Plugin, and any relevant extension):- * Version 9.9.3 (build 79811)
- how is SonarQube deployed: zip, Docker, Helm : ZIP
- what are you trying to achieve: Trying to add another group in LDAP
- what have you tried so far to achieve this
Do not share screenshots of logs – share the text itself (bonus points for being well-formatted)!
Hi
We have more than 200 projects in sonar qube which has access through “Sonar-Users” group created in AD and mapped with LDAP. All the users can browse all the projects.
What we want is there 10-15 project which can be access by business users and people in Soanr users group. But anyone from business users should not be able to access any other project (except those 10-15 projects).
I tried to create Security group call business user and also created permissions template and applied to the business user group. Make one project private and apply the permissions template.
That works fine business user can access it but they can access other projects as well as we have to add those users in Sonar user group to access sonar qube through LDAP.
Can we have multiple member group in
""ldap.user.request=(&(objectClass=user)(sAMAccountName={login})(memberOf=CN=SonarQube_Users,OU=DL’s and Security Groups,OU=BlueBay Groups,DC=bluebayinvest,DC=com))
Or if there is any other way to implement above?
Sonar user should be able to access all 230 projects
but business users only 10 projects
Thanks
Sunil Bindra