Skip to content

Artifact registry config instructions setup improvements

What does this MR do and why?

Artifact registry config instructions setup improvements

Adds copy to clipboard button

Use code_block_highlighted component to show syntax highlighted text (slack thread(internal))

Note: Changelog entry is not required since the changes are behind a feature flag.

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
Screenshot_2024-03-25_at_11.30.21_AM Screenshot_2024-03-25_at_11.24.30_AM

How to set up and validate locally

  1. Simulate a SAAS instance in local GDK

  2. In rails console enable the experiment

    Feature.enable(:google_cloud_support_feature_flag)
  3. Visit Project > Settings > Integrations > Google Cloud IAM and complete the fields with random values.

  4. Visit Project > Settings > Integrations > Google Artifact Registry

  5. Under Configuration instructions section

    • Confirm that clipboard button works
    • Confirm that code is syntax highlighted.

Related to #451602 (closed)

Edited by Rahul Chanila

Merge request reports