Securing API access with DAC and LDAP group membership

I am not sure which version my agency is using, but I believe it to be reasonably current. What I am trying to accomplish is Discretionary Access Control with API access in SonarQube. If the answer is in the documentation then I am either blind or stupid because I looked there first. I would like to grant read-only access to API calls to another product being used to aggregate some data held in the SonarQube database.

Thank you for any help that is offered.

Kevin

Hi Kevin,

Welcome to the community!

Permissions aren’t that granular. You have a set of global permissions and a set of Project permissions (docs).

 
HTH,
Ann