Skip to content

Add status and expires columns to secret index page

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

What does this MR do and why?

Implements #470459 (closed).

This adds the Status and Expiring soon column to the index page for Secrets Management. Last accessed column is also renamed to Last used, and the date format has been updated to reflect the design.

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-12_at_08.40.12

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