I’m trying to get the Google Cloud Run example running and currently, it is failing with an error saying Unable to list regions for project <project-id>: googleapi: Error 403: The caller does not have permission, forbidden
.
I’ve been able to run the gcloud cloud run deploy
commands locally and deploy my service manually with the image that waypoint successfully uploaded to Container Registry I just can’t seem to get the deploy phase working
Has anyone else experienced a similar and perhaps clue as to how to fix this?