Almost a year ago I created a cloud run service, it's a spring boot/java project. Since then I am regurarly updating this service with new logic by running "gcloud run deploy --source .".
Since this week suddenly this fails with following error:
ERROR: (gcloud.run.deploy) Unable to read the runtimes experiment config: [gs://gcp-runtime-experiments/experiments.yaml], error: Could not read [<googlecloudsdk.api_lib.storage.storage_util.ObjectReference object at 0x000001D098B58E10>]. Please retry: HTTPError 403: XXX@gmail.com does not have storage.objects.get access to the Google Cloud Storage object. Permission 'storage.objects.get' denied on resource (or it may not exist).
I am deploying with the owner rol of the project and the xxx@gmail.com in the message is the owner account.
I have tried several options:
Since I didnt know anymore what to do I created a new project where I wanted to deploy this cloud run project but I am facing the same issue there.
Did you find a solution in the end ?