Skip to content

Add experiment badge to the security exclusions

Dheeraj Joshi requested to merge djadmin-exclusion-experiment-header into master

What does this MR do and why?

Related design discussion at #479344 (comment 2127438411).

This MR adds an ExperimentHeader component to be used in security exclusion pages, to showcase experimental badge and necessary text.

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.

Before After
image.png image.png
Before After
image.png image.png

How to set up and validate locally

  1. Enable feature flag
Feature.enable(:secret_detection_project_level_exclusions)
  1. Visit secret detection configuration page for a project http://gdk.test:3000/flightjs/Flight/-/security/configuration/secret_detection
  2. The empty state should be shown as per the designs.
  3. Click on "Add exclusion" to see the drawer and the form.
  4. You may require to restart rails with gdk restart rails-web or hard reload the browser to see these changes.
Edited by Dheeraj Joshi

Merge request reports

Loading