How to give user permission to access project instance in gcloud CLI?
I am attempting to migrate a Google Cloud project from one organization to another and I’ve completed the official checklist and have all of the IAM policies and organization policies in place. However, when I attempt to execute the migration using the CLI with the following terminal command…
Is there a way to wait a cloud run job execution through API Rest?
I’ll like to wait a job execution which was triggered by a API call, like the following example:
Why does `gcloud auth login` hang in WSL2 Ubuntu 20.04
When I install google-cloud-cli in WSL2 on Ubuntu 20.04, the gcloud auth login
just hangs and provides no output, I have to kill the command to exit. I tried multiple flags and multiple installation methods. If I install gcloud on Windows and forward the exe to WSL2, then it kinda works, but then things like SSH forwarding fails because they go through putty on Windows.