forked from 2i2c-org/infrastructure
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
terraform, gcp: grant Service Usage Consumer to buckets admin users
- Loading branch information
1 parent
9b50108
commit add10c8
Showing
2 changed files
with
23 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -233,9 +233,14 @@ primarily for large data transfer from on-premise systems. Since | |
[Google Groups](https://groups.google.com) can be used to control access to | ||
GCS buckets, it can be used to allow arbitrary users to write to the bucket! | ||
|
||
1. With your `2i2c.org` google account, go to [Google Groups](https://groups.google.com) and create a new Google Group with the name | ||
"{bucket-name}-writers", where "{bucket-name}" is the name of the bucket | ||
we are going to grant write access to. | ||
1. With your `2i2c.org` google account, go to [Google Groups](https://groups.google.com) | ||
and create a new Google Group with the name "{bucket-name}-writers" and email | ||
"{bucket-name}[email protected]", where "{bucket-name}" is the name | ||
of the bucket we are going to grant write access to. | ||
|
||
Use of `@googlegroups.com` instead of `@2i2c.org` is suitable as this group | ||
will include non-2i2c members, who otherwise could get control of a 2i2c.org | ||
email which isn't a necessary security compromise. | ||
|
||
2. Grant "Group Owner" access to the community champion requesting this feature. | ||
They will be able to add / remove users from the group as necessary, and | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters