You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe
When there is a bucket in wanna.yaml profile, it does not validate if we can upload data there and the error message does not tell us the name of the bucket.
Currently, if we don't have the access to the bucket, it writes:
google.api_core.exceptions.InvalidArgument: 400 could not resolve source: googleapi: Error 403: [email protected] 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)., forbidden
Describe the solution you'd like
document that cloud build needs to read from the bucket, with example of error message and what should people check if they see it
Contact Details
[email protected]
Is your feature request related to a problem? Please describe
When there is a bucket in wanna.yaml profile, it does not validate if we can upload data there and the error message does not tell us the name of the bucket.
Currently, if we don't have the access to the bucket, it writes:
Describe the solution you'd like
document that cloud build needs to read from the bucket, with example of error message and what should people check if they see it
Describe alternatives you've considered
No response
Additional context
in
wanna.yaml
:The text was updated successfully, but these errors were encountered: