Skip to content

Commit

Permalink
Allow ESDIS hub access to S3
Browse files Browse the repository at this point in the history
We were setting up the name of the service account in daskhub/values.yaml,
so hubs that were set up without dask don't actually have access to
the IAM roles set up for them!
  • Loading branch information
yuvipanda committed Mar 21, 2024
1 parent 7881f95 commit 1e79045
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/clusters/nasa-esdis/common.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ jupyterhub:
- freitagb # Brian Freitag
- slesaad # Slesa Adhikari
singleuser:
# We want to access IAM roles here, even though this is not set up to use dask
cloudMetadata:
blockWithIptables: false
serviceAccountName: user-sa
defaultUrl: /lab
profileList:
- display_name: "Modified Pangeo Notebook"
Expand Down

0 comments on commit 1e79045

Please sign in to comment.