Create a custom IAM role for GCP
Learn how to create an IAM role.
To create a custom IAM role:
- In the Google Cloud console, select Roles.
- In the Roles page, select your organization or project from the drop-down list at the top of the page.
- Select the More actions icon at the top of the page.
- Select CREATE ROLE.
- In the Create Role page, provide the following details for your role:
- Title: Enter the role name.
- Description: Enter the role description.
- Select + ADD PERMISSIONS.
- In the Add permissions window, select the
,storage.buckets.get
and
,storage.objects.get
permissions to include in the role by searching for the permission in the Enter property name or value field. The assigned permissions are displayed in the assigned permissions section.storage.objects.list
- Select the permissions.
- Select ADD.
- Select CREATE.