From 44a47a2b361fc8581653e64a752e08e3b5c5b85a Mon Sep 17 00:00:00 2001 From: Ishan Date: Wed, 17 Jul 2024 15:12:22 +0200 Subject: [PATCH] =?UTF-8?q?=E2=99=BB=EF=B8=8F=20Use=20base64=20encoding=20?= =?UTF-8?q?to=20decode?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/AwskmsUtils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/AwskmsUtils.ts b/src/utils/AwskmsUtils.ts index 1132fbd16..b4e4b818c 100644 --- a/src/utils/AwskmsUtils.ts +++ b/src/utils/AwskmsUtils.ts @@ -106,7 +106,7 @@ export async function retrieveAwskmsKeys(awskmsConfigs: KeyConfig[]): Promise