From 9d2541fd8884a705e34d60c85eea847933d70d34 Mon Sep 17 00:00:00 2001 From: Matt Calhoun Date: Thu, 16 Jan 2025 14:45:37 -0500 Subject: [PATCH] Update website/docs/core-concepts/projects/configuration/stores.mdx Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --- website/docs/core-concepts/projects/configuration/stores.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/core-concepts/projects/configuration/stores.mdx b/website/docs/core-concepts/projects/configuration/stores.mdx index 747defa57..026a7e139 100644 --- a/website/docs/core-concepts/projects/configuration/stores.mdx +++ b/website/docs/core-concepts/projects/configuration/stores.mdx @@ -112,6 +112,6 @@ stores: #### Authentication -The AWS SSM Parameter Store store supports the standard AWS methods for authentication and the `AWS_ACCESS_KEY_ID, +The AWS SSM Parameter Store supports the standard AWS methods for authentication and the `AWS_ACCESS_KEY_ID`, `AWS_SECRET_ACCESS_KEY`, and `AWS_SESSION_TOKEN` environment variables.