Skip to content

Commit bba2d91

Browse files
fix: Add cloudtrail:LookupEvents IAM rights (#19)
To fix following error: User: arn:aws:sts::XYZ:assumed-role/datadog-integration-role/vault-app3.eu1.prod.dog-datadog-delancie-crawlerXYZ is not authorized to perform: cloudtrail:LookupEvents
1 parent 2bf68d7 commit bba2d91

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

main.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ resource "aws_iam_policy" "datadog-core" {
6363
"cloudfront:ListDistributions",
6464
"cloudtrail:DescribeTrails",
6565
"cloudtrail:GetTrailStatus",
66+
"cloudtrail:LookupEvents",
6667
"cloudwatch:Describe*",
6768
"cloudwatch:Get*",
6869
"cloudwatch:List*",

0 commit comments

Comments
 (0)