Skip to content

Commit

Permalink
Merge pull request 2i2c-org#4218 from sgibson91/catalyst-unam/persist…
Browse files Browse the repository at this point in the history
…ent-bucket

[catalystproject-latam, unam] Create a persistent bucket with outside access
  • Loading branch information
sgibson91 authored Jun 13, 2024
2 parents 95d8344 + 1e87b5c commit c668f6d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
1 change: 1 addition & 0 deletions config/clusters/catalystproject-latam/unam.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jupyterhub:
blockWithIptables: false
extraEnv:
SCRATCH_BUCKET: gs://latam-scratch-unam/$(JUPYTERHUB_USER)
PERSISTENT_BUCKET: gs://latam-persistent-unam/$(JUPYTERHUB_USER)
profileList:
- display_name: Jupyter SciPy Notebook
description: Python environment
Expand Down
2 changes: 1 addition & 1 deletion docs/howto/features/buckets.md
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ primarily for large data transfer from on-premise systems. Since
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
"{bucket-name}-writers", where "{bucket-name}" is the name of the bucket
we are going to grant write access to.

2. Grant "Group Owner" access to the community champion requesting this feature.
Expand Down
8 changes: 8 additions & 0 deletions terraform/gcp/projects/catalystproject-latam.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,14 @@ user_buckets = {
"scratch-unam" : {
"delete_after" : 7,
},
// Created as part of "LEAP"-style method of data input/output as per:
// https://github.com/2i2c-org/infrastructure/issues/4214
"persistent-unam" : {
"delete_after" : null,
"extra_admin_members" : [
"group:[email protected]"
]
},
}

hub_cloud_permissions = {
Expand Down

0 comments on commit c668f6d

Please sign in to comment.