Add UntagResource IAM policy requirement for AWS SM integration docs

This commit is contained in:
Tuan Dang
2024-05-12 08:57:41 -07:00
parent 818b136836
commit c1fb8f47bf

View File

@@ -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