Skip to content

Commit

Permalink
Update README for ghsecrets tool to clarify AWS profile usage (#1591)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszcl authored Jan 22, 2025
1 parent 8e7f8a1 commit 66402cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/ghsecrets/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <your-aws-sdlc-profile>
> aws sso login --profile <your-aws-sdlc-profile-with-poweruser-role>
> ```
> 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:
Expand Down

0 comments on commit 66402cd

Please sign in to comment.