From c1fb8f47bf17b325f2374cb2b7acd02913f8e349 Mon Sep 17 00:00:00 2001 From: Tuan Dang Date: Sun, 12 May 2024 08:57:41 -0700 Subject: [PATCH] Add UntagResource IAM policy requirement for AWS SM integration docs --- docs/integrations/cloud/aws-secret-manager.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/integrations/cloud/aws-secret-manager.mdx b/docs/integrations/cloud/aws-secret-manager.mdx index 120326f66..db95c8308 100644 --- a/docs/integrations/cloud/aws-secret-manager.mdx +++ b/docs/integrations/cloud/aws-secret-manager.mdx @@ -31,6 +31,7 @@ Prerequisites: "secretsmanager:UpdateSecret", "secretsmanager:DescribeSecret", // if you need to add tags to secrets "secretsmanager:TagResource", // if you need to add tags to secrets + "secretsmanager:UntagResource", // if you need to add tags to secrets "kms:ListKeys", // if you need to specify the KMS key "kms:ListAliases", // if you need to specify the KMS key "kms:Encrypt", // if you need to specify the KMS key