Skip to content

Add status column to Secrets table

Mireya Andres requested to merge secrets/status-column into master

What does this MR do and why?

Implements #470459.

This adds the status column to the index page for Secrets Management. Note that there is no backend integration available, so this MR relies on mock data.

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

Before After
Screenshot_2024-07-11_at_13.20.38 Screenshot_2024-07-11_at_14.42.00

How to set up and validate locally

  1. Enable the feature flag for Secrets Management.
    Feature.enable(:ci_tanukey_ui)
  2. Visit the Secrets page for your project e.g. <path-to-project>/-/secrets
  3. Verify that the status column exists for the table.
Edited by Mireya Andres

Merge request reports