2

How does one assign Google Cloud Storage bucket permissions to a group of users?

There's no bucket-level permissions that can be specified in roles, and there's no way to create a group as far as I can tell.

There appears to be a way to create a Google Group to do this but it seems totally ridiculous to create a discussion list to assign service accounts permissions.

2 Answers 2

1

The Google Groups is the recommended strategy when managing permissions of various users at the same time.

By tweaking the configuration, you can make it so no discussion can be created for the group, and its sole purpose can be to group users that require a specific set of permissions.

The following were the steps I took to create the group and set the permission to a Google Cloud Storage Bucket:

  1. On the Create Group page, set the basic permissions, and create the group. Notice that if you do not want people to post or interact with it in any way, you can deselect the Post permissions for everyone.

enter image description here

  1. You can then add users directly, or send invitations. Notice that you can choose to not send any group related emails here:

enter image description here

  1. You can then head to the Storage section and add the Group email address to the permissions tab:

enter image description here

0

The Google Groups approach is the right one, You can create a group of users in Gsuite and assign the group permissions [1][2] in IAM. The groups should be accessible to in your GCS bucket role binding. For the discussion list, using it is not a requirement for the usability in IAM.

[1] https://support.google.com/a/answer/33343?hl=en

[2] https://cloud.google.com/iam/docs/faq#how_many_policies_can_i_have

1
  • I just tried creating a gsuite group and adding a service account to it; it did not allow it.
    – Charlie
    Nov 4, 2019 at 23:07

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .