You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Datadog Lambda Forwarder 3.17.0 with version v1.3.0 is causing following
errors:
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
This could be resolved by adding following rows to main.tf:
`@@ -76,6 +76,7 @@ resource "aws_iam_policy" "datadog-core" {
"elasticfilesystem:DescribeAccessPoints",
@@ -115,6 +116,7 @@ resource "aws_iam_policy" "datadog-core" {
"states:ListStateMachines",