Skip to content
This repository has been archived by the owner on Jun 9, 2024. It is now read-only.

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
containerscrew committed Nov 19, 2023
1 parent 20dc4d4 commit ccbdb86
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,11 +144,13 @@ Or with flags:
aws-sso-auth start -w 5 -r 40
```

* **workers:** Number of async/thread AWS API calls. + threads == + speed. Recommended: 5/8 max to avoid AWS API 429 errors TooManyRequestsException. Default: 5
* **retries:** Number of retries when AWS API return errors. Default: 50
* **workers:** Number of async/thread AWS API calls. + threads == + speed. Recommended: 5/8 max to avoid AWS API 429 errors TooManyRequestsException. Default: 6
* **retries:** Number of retries when AWS API return errors. Default: 60

> This will open your default local browser where you have your IDP authenticated. In my case, I used Google as external IDP with AWS SSO
> Adjust the number of concurrent threads and retries depending on the number of accounts you have. If you only have 10 accounts (for example), it wouldn't make much sense to maybe use 20 workers and 100 retries, right?
If everything went well, you must authorize the request. Something like that:

![Example authentication window](./assets/aws-auth-screen.png)
Expand Down

0 comments on commit ccbdb86

Please sign in to comment.