From 66402cd290e23308108451998c52077f8df1aaf3 Mon Sep 17 00:00:00 2001 From: Lukasz <120112546+lukaszcl@users.noreply.github.com> Date: Wed, 22 Jan 2025 14:26:11 +0100 Subject: [PATCH] Update README for ghsecrets tool to clarify AWS profile usage (#1591) --- tools/ghsecrets/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/ghsecrets/README.md b/tools/ghsecrets/README.md index 75bfbc3b1..652b49036 100644 --- a/tools/ghsecrets/README.md +++ b/tools/ghsecrets/README.md @@ -30,9 +30,9 @@ By default, `ghsecrets set` assumes you want to store secrets in AWS Secrets Man > **⚠️ Note:** Ensure you authenticate with AWS before using the tool: > > ```sh -> aws sso login --profile +> aws sso login --profile > ``` -> Use the **SDLC** profile in AWS +> Use the **SDLC** profile in AWS with **PowerUserAccess** role This will read from `~/.testsecrets` (by default) and create/update a secret in AWS Secrets Manager: