From 212a7b49f094d4fd4c80a326fe8c73a4b7bb6fc2 Mon Sep 17 00:00:00 2001 From: Tuan Dang Date: Mon, 29 Apr 2024 16:56:27 -0700 Subject: [PATCH] Add kms encrypt/decrypt to AWS SM docs --- docs/integrations/cloud/aws-secret-manager.mdx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/integrations/cloud/aws-secret-manager.mdx b/docs/integrations/cloud/aws-secret-manager.mdx index 2ab45c620..6fc83eaff 100644 --- a/docs/integrations/cloud/aws-secret-manager.mdx +++ b/docs/integrations/cloud/aws-secret-manager.mdx @@ -31,7 +31,9 @@ Prerequisites: "secretsmanager:UpdateSecret", "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 + "kms:ListAliases", // if you need to specify the KMS key + "kms:Encrypt", // if you need to specify the KMS key + "kms:Decrypt" // if you need to specify the KMS key ], "Resource": "*" }