From e10d62a5abf8955fffd5914fa12c6218ae18a20c Mon Sep 17 00:00:00 2001 From: Rob Lambell Date: Mon, 8 Jan 2024 19:22:46 +0000 Subject: [PATCH] feat: add missing dynamodb action to policy.json describe table has been needed since https://github.com/tailwarden/komiser/pull/1111 --- policy.json | 1 + 1 file changed, 1 insertion(+) diff --git a/policy.json b/policy.json index 06a8d2c7d..ec7fdeebf 100644 --- a/policy.json +++ b/policy.json @@ -14,6 +14,7 @@ "cloudwatch:ListTagsForResource", "cloudwatch:ListDashboards", "cloudwatch:ListMetricStreams", + "dynamodb:DescribeTable", "dynamodb:ListTables", "sts:GetCallerIdentity", "dynamodb:ListTagsOfResource",