Update AWS SM integration to allow updating tags

This commit is contained in:
Tuan Dang
2024-05-10 19:07:44 -07:00
parent 6561a9c7be
commit 0cdade6a2d
5 changed files with 140 additions and 3 deletions

View File

@@ -29,6 +29,7 @@ Prerequisites:
"secretsmanager:GetSecretValue",
"secretsmanager:CreateSecret",
"secretsmanager:UpdateSecret",
"secretsmanager:DescribeSecret", // if you need to add tags to secrets
"secretsmanager:TagResource", // 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