Skip to content

Commit

Permalink
fIx s3 policy
Browse files Browse the repository at this point in the history
  • Loading branch information
djelusic committed Jul 21, 2021
1 parent a1e17c5 commit f6adac2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
13 changes: 7 additions & 6 deletions internal/assets/aws/project-policy.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,18 @@
},
{
"Effect": "Allow",
"Action": [
"lambda:*"
],
"Action": "lambda:*",
"Resource": "arn:aws:lambda:*:*:{{.Organization.Name}}-mantil-team-{{.Name}}-*"
},
{
"Effect": "Allow",
"Action": [
"s3:*"
],
"Action": "s3:ListBucket",
"Resource": "arn:aws:s3:::{{.Bucket}}"
},
{
"Effect": "Allow",
"Action": "s3:*",
"Resource": "arn:aws:s3:::{{.Bucket}}/*"
}
]
}
8 changes: 4 additions & 4 deletions internal/assets/bindata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f6adac2

Please sign in to comment.