Skip to content

Commit

Permalink
Grant IAM permission required by S3 Integration (#44)
Browse files Browse the repository at this point in the history
## what
* Added IAM permission

```
s3:GetAccountPublicAccessBlock
```

## why
* Required by datadog s3 integration

Co-authored-by: cloudpossebot <[email protected]>
  • Loading branch information
goruha and cloudpossebot authored Aug 15, 2022
1 parent 17f094a commit 85444c0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .github/auto-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ version-resolver:
- 'bugfix'
- 'bug'
- 'hotfix'
- 'no-release'
default: 'minor'

categories:
Expand Down
1 change: 1 addition & 0 deletions iam_policy_all.tf
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ data "aws_iam_policy_document" "all" {
"redshift:DescribeClusters",
"redshift:DescribeLoggingStatus",
"route53:List*",
"s3:GetAccountPublicAccessBlock",
"s3:GetBucketLogging",
"s3:GetBucketLocation",
"s3:GetBucketNotification",
Expand Down

0 comments on commit 85444c0

Please sign in to comment.