You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
create user groups test-administrators and test-developers
User group test-administrators should have global permissions "admin", "profileadmin", "gateadmin", "scan", "provisioning" and project permissions "user", "codeviewer", "scan", "admin", "issueadmin", "securityhotspotadmin"
User group test-developers should have global permissions "gateadmin", "scan" and project_permissions "user", "codeviewer"
any global permissions in all_global_permissions that are not listed in the user group global permissions should be removed from the user group
any project permissions in all_project_permissions that are not listed in the user group project permissions should be removed from the user group
Add the option in values.yml to specify license key to activate Developer Edition
Example values.yml:
license:
key:
This should:
Install the license key specified if Developer Edition of SonarQube is deployed
Add the option in values.yml to configure ALM integration with a given GitLab instance
Add the option in values.yml to specify usergroups and permissions in SonarQube
Example values.yml:
This should:
test-administrators
andtest-developers
test-administrators
should have global permissions"admin", "profileadmin", "gateadmin", "scan", "provisioning"
and project permissions"user", "codeviewer", "scan", "admin", "issueadmin", "securityhotspotadmin"
test-developers
should have global permissions"gateadmin", "scan"
and project_permissions"user", "codeviewer"
all_global_permissions
that are not listed in the user group global permissions should be removed from the user groupall_project_permissions
that are not listed in the user group project permissions should be removed from the user groupAdd the option in values.yml to specify license key to activate Developer Edition
Example values.yml:
This should:
Add the option in values.yml to configure ALM integration with a given GitLab instance
Example values.yml:
This should:
mygitlab
and configure the specified url and PATThe text was updated successfully, but these errors were encountered: