Skip to content

Commit

Permalink
Merge pull request #3980 from sgibson91/cryocloud/bucket-access
Browse files Browse the repository at this point in the history
Add extra IAM policy for sliderule-public s3 bucket to CryoCloud terraform
  • Loading branch information
sgibson91 authored Apr 25, 2024
2 parents 8db83b0 + 4d2e695 commit 750f718
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions terraform/aws/projects/nasa-cryo.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,24 @@ hub_cloud_permissions = {
"Resource": [
"arn:aws:s3:::usgs-landsat/*"
]
},
{
"Effect": "Allow",
"Action": [
"s3:*"
],
"Resource": [
"arn:aws:s3:::sliderule-public"
]
},
{
"Effect": "Allow",
"Action": [
"s3:*"
],
"Resource": [
"arn:aws:s3:::sliderule-public/*"
]
}
]
}
Expand Down Expand Up @@ -87,6 +105,24 @@ hub_cloud_permissions = {
"Resource": [
"arn:aws:s3:::usgs-landsat/*"
]
},
{
"Effect": "Allow",
"Action": [
"s3:*"
],
"Resource": [
"arn:aws:s3:::sliderule-public"
]
},
{
"Effect": "Allow",
"Action": [
"s3:*"
],
"Resource": [
"arn:aws:s3:::sliderule-public/*"
]
}
]
}
Expand Down

0 comments on commit 750f718

Please sign in to comment.