Skip to content

Commit

Permalink
fix: Add cloudtrail:LookupEvents IAM rights (#19)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
jani-flaaming-rebase authored Oct 29, 2020
1 parent 2bf68d7 commit bba2d91
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ resource "aws_iam_policy" "datadog-core" {
"cloudfront:ListDistributions",
"cloudtrail:DescribeTrails",
"cloudtrail:GetTrailStatus",
"cloudtrail:LookupEvents",
"cloudwatch:Describe*",
"cloudwatch:Get*",
"cloudwatch:List*",
Expand Down

0 comments on commit bba2d91

Please sign in to comment.