Skip to content

Create secret details page

Mireya Andres requested to merge ci/secret-details into master

What does this MR do and why?

Implements #424460 (closed). Depends on !152005 (merged)

This builds the secret details page for Secrets Management.

Note that the API is not yet available, so we're just mocking the data on the frontend.

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 (All fields) After (Required fields only)
Screenshot_2024-05-31_at_14.15.30 Screenshot_2024-06-04_at_13.14.52 Screenshot_2024-06-04_at_13.15.26

This also works with creating a secret (all values are saved in the apollo cache for now).

Screen_Recording_2024-06-04_at_13.18.59

How to set up and validate locally

  1. Enable the ci_tanukey_ui feature flag for your project.
  2. Visit <path-to-project>/-/secrets.
  3. Click on a secret to view its details.
Edited by Mireya Andres

Merge request reports