Skip to content

Commit

Permalink
2i2c-aws-us, showcase: fix bucket access after rename
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio committed Jan 31, 2024
1 parent 9d64489 commit f95c5fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/clusters/2i2c-aws-us/showcase.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ basehub:
# When we renamed this hub, we did so at a DNS level and not an infrastructure
# level. No terraform config was touched. Hence the kubernetes annotations retain
# the original hub name.
eks.amazonaws.com/role-arn: arn:aws:iam::790657130469:role/2i2c-aws-us-researchdelight
eks.amazonaws.com/role-arn: arn:aws:iam::790657130469:role/2i2c-aws-us-showcase
jupyterhub:
ingress:
hosts: [showcase.2i2c.cloud]
Expand Down
2 changes: 1 addition & 1 deletion terraform/aws/projects/2i2c-aws-us.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ hub_cloud_permissions = {
bucket_admin_access : ["scratch-dask-staging"],
extra_iam_policy : ""
},
"researchdelight" : {
"showcase" : {
requestor_pays : true,
bucket_admin_access : [
"scratch-researchdelight",
Expand Down

0 comments on commit f95c5fe

Please sign in to comment.