Skip to content

Commit

Permalink
Add extra IAM policy for sliderule-public s3 bucket to CryoCloud terr…
Browse files Browse the repository at this point in the history
…aform
  • Loading branch information
sgibson91 committed Apr 23, 2024
1 parent 1441d09 commit 4d2e695
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 4d2e695

Please sign in to comment.