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
Fix storage related roles for compute service account in cloud deploy release example (#19)
<!--
Thank you for proposing a pull request! Please note that SOME TESTS WILL
LIKELY FAIL due to how GitHub exposes secrets in Pull Requests from
forks.
Someone from the team will review your Pull Request and respond.
Please describe your change and any implementation details below.
-->
The roles listed in the instructions of cloud deploy to cloud run
example are not working. They generate the following error:
```
400: The role name must be in the form "roles/{role}", "organizations/{organization_id}/roles/{role}", or "projects/{project_id}/roles/{role}"., badRequest
```
I checked the roles on [the Storage IAM Roles
page](https://cloud.google.com/storage/docs/access-control/iam-roles)
and corrected them.
Signed-off-by: Can Kutlu Kınay <[email protected]>
0 commit comments