Skip to content

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 Screenshot 2024-02-28 at 01.44.13.png
After Screenshot 2024-02-28 at 01.44.24.png

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)
  1. Go to Settings -> General
  2. Toggle the Permissions and group features section
  3. Make sure that Security policy scope setting is removed
  4. Go to Project SPP/Group
  5. Secure -> Policies -> New policy -> Make sure policy scope section presents in editor

Related to #443594 (closed)

Edited by Artur Fedorov

Merge request reports