Skip to content

Commit

Permalink
Inform users they don't need to redact accountIDs
Browse files Browse the repository at this point in the history
remove trailing spaces in markdown
  • Loading branch information
synfinatic committed Jul 9, 2024
1 parent 0b39424 commit b3f7ca9
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ A clear and concise description of what the bug is.
1. Command...
2. ???

**Note:** You do not need to redact AWS AccountIDs from outputs or config.
[Per Amazon](https://docs.aws.amazon.com/accounts/latest/reference/manage-acct-identifiers.html#),
"While account IDs, like any identifying information, should be
used and shared carefully, they are not considered secret,
sensitive, or confidential information."

**Expected behavior:**
A clear and concise description of what you expected to happen.

Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
* Update cache during login when relevant settings in the config.yaml changes #555
* Add support for `$AWS_SHARED_CREDENTIALS_FILE` #914
* Add support for `~/.config/aws-sso` #330
* Detect running the config wizard on remote hosts and limit UrlAction #757

### Changes

Expand Down
5 changes: 5 additions & 0 deletions docs/commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,11 @@ hours, but you can force this data to be refreshed immediately.
Cache data is also automatically updated anytime the `config.yaml` file is
modified.

Flags:

* `--no-config-check` -- Disable automatic `~/.aws/config` updates if the cache is refreshed
* `--threads <count>` -- Override the number of threads used to refresh the list of AWS SSO Roles

---

### list
Expand Down

0 comments on commit b3f7ca9

Please sign in to comment.