Skip to content

Commit b741a4b

Browse files
jani-flaaming-rebaseJani Flaaming
andauthored
fix: Add missing IAM permissions for new version of log forwarder (#18)
To fix following errors introduced in Datadog Lambda Forwarder 3.17.0: User: arn:aws:sts::XXX:assumed-role/datadog-integration-role/vault-app3.eu1.prod.dog-datadog-delancie-crawler is not authorized to perform: states:ListStateMachines on resource: arn:aws:states:XXX:XXX:stateMachine:* User: arn:aws:sts::XXX:assumed-role/datadog-integration-role/vault-app3.eu1.prod.dog-datadog-delancie-crawler is not authorized to perform: elasticfilesystem:DescribeAccessPoints on the specified resource Co-authored-by: Jani Flaaming <[email protected]>
1 parent d909b62 commit b741a4b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

main.tf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ resource "aws_iam_policy" "datadog-core" {
7676
"ecs:List*",
7777
"elasticache:Describe*",
7878
"elasticache:List*",
79+
"elasticfilesystem:DescribeAccessPoints",
7980
"elasticfilesystem:DescribeFileSystems",
8081
"elasticfilesystem:DescribeTags",
8182
"elasticloadbalancing:Describe*",
@@ -115,6 +116,7 @@ resource "aws_iam_policy" "datadog-core" {
115116
"sns:List*",
116117
"sns:Publish",
117118
"sqs:ListQueues",
119+
"states:ListStateMachines",
118120
"support:*",
119121
"tag:GetResources",
120122
"tag:GetTagKeys",

0 commit comments

Comments
 (0)