Skip to content

Commit

Permalink
Merge pull request #3722 from consideRatio/pr/update-permissions-nasa…
Browse files Browse the repository at this point in the history
…-veda

nasa-veda: add bucket permissions to terraform added outside terraform
  • Loading branch information
consideRatio authored Feb 15, 2024
2 parents b160226 + e71dde7 commit bdb2808
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions terraform/aws/projects/nasa-veda.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,9 @@ hub_cloud_permissions = {
"arn:aws:s3:::maap-ops-workspace",
"arn:aws:s3:::maap-ops-workspace/*",
"arn:aws:s3:::nasa-maap-data-store",
"arn:aws:s3:::nasa-maap-data-store/*"
"arn:aws:s3:::nasa-maap-data-store/*",
"arn:aws:s3:::sdap-dev-zarr",
"arn:aws:s3:::sdap-dev-zarr/*"
]
},
{
Expand Down Expand Up @@ -113,7 +115,9 @@ hub_cloud_permissions = {
"arn:aws:s3:::maap-ops-workspace",
"arn:aws:s3:::maap-ops-workspace/*",
"arn:aws:s3:::nasa-maap-data-store",
"arn:aws:s3:::nasa-maap-data-store/*"
"arn:aws:s3:::nasa-maap-data-store/*",
"arn:aws:s3:::sdap-dev-zarr",
"arn:aws:s3:::sdap-dev-zarr/*"
]
},
{
Expand Down

0 comments on commit bdb2808

Please sign in to comment.