Say I have three groups in my crowd already:
- Managers
- Project A members
- Project B members
Goal: I want to synchronize these settings with Jenkins and make sure that:
Managers - can do anything
Project A members - have access only to Project A
Project B members - surprise, should access only Project B
Crowd should play as "Master" role - therefore if someone moves from Project A to Project B, I want to move them only in Crowd and not care about Jenkins (where Jenkins should update itself)
Is there a possibility to do so without creating and managing roles and groups inside Jenkins?