Skip to content

Remove GCP WLIF setup script API endpoint

Andrew Evans requested to merge 457804-cleanup-gcp-iam-script into master

What does this MR do and why?

Remove GCP WLIF setup script API endpoint

This endpoint will no longer be used after #460079 (closed) , so it can be removed once that is merged & deployed.

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

How to set up and validate locally

  1. Ensure you are simulating a SaaS environment
  2. Curl the API endpoint:
    curl "https://gdk.test:3443/api/v4/projects/8/google_cloud/setup/wlif.sh?google_cloud_project_id=aevans-2f64c04b" \
      -H 'Authorization: Bearer ADMIN_TOKEN' \
      -H 'Accept: *'
  3. You should receive a 404 response

Fixes #457804

Blocked by #460079 (closed)

Merge request reports