Skip to content

Show gcloud commands in GCP IAM setup

Andrew Evans requested to merge 460079-gcp-iam-replace-curl-with-gcloud into master

What does this MR do and why?

Show gcloud commands in GCP IAM setup

Rather than showing a script to curl | bash , we can show the user the gcloud commands directly. Targeting the incremental, single-screen prototype here (private link) as per #454343

Also adds help text recommending that users add their group or project id to the GCP Pool and Provider Id. This is an incremental step towards #448380

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

Screenshot_2024-05-28_at_6.37.20_PM

After

Screenshot_2024-06-13_at_5.32.00_PM

Screenshot_2024-06-13_at_5.32.30_PM

Screenshot_2024-06-13_at_5.32.45_PM

Screenshot_2024-06-13_at_5.33.05_PM

How to set up and validate locally

  1. Ensure you are simulating a SaaS environment
  2. Navigate to group
  3. Select "Settings" "Integrations"
  4. Select "Google Cloud IAM"

Related to #460079

Edited by Andrew Evans

Merge request reports