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
{{ message }}
This repository has been archived by the owner on Aug 21, 2021. It is now read-only.
I'm opening a discussion in order to implement a new functionality on this plugin.
A periodic synchronization with CROWD configurable (parameter like every 1 hour).
From that moment, CROWD will be the only source to manage permissions.
We will use the "Developer Edition" of SonarQube, meaning that one project contains multiple branches.
This project is existing in the CROWD with a specific group, containing people having access to sonar.
The goal will be to sync SonarQube permissions/project every hour, analyzing if a new project is configured in the crowd and/or if new people were added/removed from the specific group.
What do you think about it ?
KR,
Dimitri
The text was updated successfully, but these errors were encountered:
After checking the code source, it looks like the cheapest way to solve this issue is to change the method org.sonar.server.authentication.UserIdentityAuthenticator#syncGroups to allow it to create missing groups in Sonarqube's DB. Of course the scope of the change is not anymore into the plugin, but more in Sonarqube itself.
Dear all,
I'm opening a discussion in order to implement a new functionality on this plugin.
A periodic synchronization with CROWD configurable (parameter like every 1 hour).
From that moment, CROWD will be the only source to manage permissions.
We will use the "Developer Edition" of SonarQube, meaning that one project contains multiple branches.
This project is existing in the CROWD with a specific group, containing people having access to sonar.
The goal will be to sync SonarQube permissions/project every hour, analyzing if a new project is configured in the crowd and/or if new people were added/removed from the specific group.
What do you think about it ?
KR,
Dimitri
The text was updated successfully, but these errors were encountered: