Source: disable access to subproject for all except special group
Hello,
we would like to disable access (openproject, fetchrevision) to a subproject for all except a special group.
Example:
project_A
|- (sub)project_B
|- (sub)project_C
group_A and group_B have access to project_A and project_C.
Only group_B should have access to project_B.
Our first approach was to allow the permissions for project_A for both groups and simply deny the permissions for group_A in project_B.
The problem is that some users may be members of both groups and so the deny overrides the permission.
We thought this might be a common configuration management task and so this should be possible, so maybe we overlooked something?
Is there another solution?

