From 37c5556aee80c7310a103fb2d6d869e7a98d8a70 Mon Sep 17 00:00:00 2001 From: Daniel Hougaard Date: Tue, 24 Sep 2024 00:29:15 +0400 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 05d63d6..68f2ca3 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,10 @@ client.auth().accessToken("") #### AWS IAM + +> [!NOTE] +> AWS IAM auth only works when the SDK is being used from within an AWS service, such as Lambda, EC2, etc. + ```typescript await client.auth().awsIamAuth.login({ identityId: "" @@ -79,10 +83,6 @@ await client.auth().awsIamAuth.login({ - `clientSecret` (string): The client secret of your Machine Identity. -> [!NOTE] -> AWS IAM auth only works when the SDK is being used from within an AWS service, such as Lambda, EC2, etc. - - ### `secrets` This sub-class handles operations related to secrets: