Skip to content

Add popover to experiment feature for security policies

Artur Fedorov requested to merge 435937-policies-experiment-popover into master

What does this MR do and why?

This MR adds popover to experiment feature

Popover with information about experiment is added to security polices experimental features

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
Popover for settings popover.mov

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

  1. Enable 2 feature flags

    Feature.enable(:security_policies_policy_scope)
    Feature.enable(:compliance_pipeline_in_policies)
  2. Go to the group

  3. Settings => General => Permissions and group features

  4. Scroll down to the end of section and see 2 experiment features

Related to #435937

Merge request reports