Remove feature toggle for policy scope
What does this MR do and why?
Remove feature toggle for policy scope
To release the security policy scope as experiment we needed a feature toggle.
Now feature is released as permanent feature, toggle should be removed
MR acceptance checklist
Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Screenshots or screen recordings
Screenshots are required for UI changes, and strongly recommended for all other merge requests.
Description | UI |
---|---|
Before | |
After |
How to set up and validate locally
Numbered steps to set up and validate the change are strongly suggested.
Enable feature flags
Feature.enable(:security_policies_policy_scope)
Feature.enable(:security_policies_policy_scope_project)
- Go to Settings -> General
- Toggle the Permissions and group features section
- Make sure that Security policy scope setting is removed
- Go to Project SPP/Group
- Secure -> Policies -> New policy -> Make sure policy scope section presents in editor
Related to #443594 (closed)
Edited by Artur Fedorov