Draft: Update policy list scope for personal projects
What does this MR do and why?
Update policy list scope for personal projects
- if a user excludes personal projects, show that in the list
Changelog: added
EE: true
References
Screenshots or screen recordings
| Scenario | Screenshot |
|---|---|
| Policy list |
|
| Policy list - including specific group while excluding projects in that group |
|
How to set up and validate locally
-
Checkout the branch on Add graphql field to be used in policy drawer (!212189 - merged)
-
Cherry pick this MR's commit onto that
-
Upload a GitLab Ultimate license
-
Create a root group CSP and set it as "Compliance and security policy group" in Admin > Settings > Security and Compliance
-
Create a policy in the root group with the following scope configuration:
policy_scope: projects: excluding: - type: "personal" -
Navigate to the group policy list
-
Verify the policy that excludes the personal projects has the new scope wording
-
Verify other policies that do not exclude the personal projects has the correct scope wording
MR acceptance checklist
Evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Related to #568708