Skip to content

Commit

Permalink
Merge pull request #2916 from yuvipanda/veda-doie
Browse files Browse the repository at this point in the history
Provide access to more S3 buckets to NASA Veda
  • Loading branch information
yuvipanda authored Aug 4, 2023
2 parents 16cff16 + bbd2a64 commit 8716617
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion terraform/aws/projects/nasa-veda.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,11 @@ hub_cloud_permissions = {
"arn:aws:s3:::nsidc-cumulus-prod-protected",
"arn:aws:s3:::nsidc-cumulus-prod-protected/*",
"arn:aws:s3:::ornl-cumulus-prod-protected",
"arn:aws:s3:::ornl-cumulus-prod-protected/*"
"arn:aws:s3:::ornl-cumulus-prod-protected/*",
"arn:aws:s3:::podaac-ops-cumulus-public",
"arn:aws:s3:::podaac-ops-cumulus-public/*",
"arn:aws:s3:::podaac-ops-cumulus-protected",
"arn:aws:s3:::podaac-ops-cumulus-protected/*"
]
},
{
Expand Down

0 comments on commit 8716617

Please sign in to comment.