Skip to content

Update admin settings interface for secret detection

Dheeraj Joshi requested to merge djadmin-secret-detection-instance-setting into master

What does this MR do and why?

Related issue: #451353 (closed)

Add copy changes to prepare for the Beta release for pre-receive secret detection.

  • Adds a new tooltip and re-position it
  • Update copy changes

We are going to use a new feature flag to control the rollout pre_receive_secret_detection_beta_release.

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

Without feature flag enabled (or non-dedicated instance):

image

With feature flag enabled (or dedicated instance):

Before After
image image

Popup

image

How to set up and validate locally

  1. Enable feature flag
Feature.enable(:pre_receive_secret_detection_beta_release)
  1. Visit the admin settings in the GDK: http://gdk.test:3000/admin/application_settings/security_and_compliance#
Edited by Dheeraj Joshi

Merge request reports