Skip to content

Commit 66402cd

Browse files
authored
Update README for ghsecrets tool to clarify AWS profile usage (#1591)
1 parent 8e7f8a1 commit 66402cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/ghsecrets/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ By default, `ghsecrets set` assumes you want to store secrets in AWS Secrets Man
3030
> **⚠️ Note:** Ensure you authenticate with AWS before using the tool:
3131
>
3232
> ```sh
33-
> aws sso login --profile <your-aws-sdlc-profile>
33+
> aws sso login --profile <your-aws-sdlc-profile-with-poweruser-role>
3434
> ```
35-
> Use the **SDLC** profile in AWS
35+
> Use the **SDLC** profile in AWS with **PowerUserAccess** role
3636
3737
This will read from `~/.testsecrets` (by default) and create/update a secret in AWS Secrets Manager:
3838

0 commit comments

Comments
 (0)