Skip to content

Fix WLIF provider detection in generated script

Imre Farkas requested to merge if-fix_workload_identity_pool_provider_check into master

What does this MR do and why?

Currently, an error is thrown by the generated script when the provider with the same already exists - which should be detected by the script. However, an incorrect flag (-project vs --project) is passed to gcloud so this detection does not work as expected.

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

Numbered steps to set up and validate the change are strongly suggested.

Edited by Imre Farkas

Merge request reports