Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update docs on AWS SSO #236

Merged
merged 1 commit into from May 7, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,10 +206,14 @@ Use the `--local` flag if you prefer to use Local zone.

### AWS SSO

As today (May 2020) AWS Go SDK is not supporting AWS SSO correctly.
The best approach is to use one of these tools while the SDK is updated:
<https://github.com/benkehoe/aws-sso-credential-process>
<https://github.com/victorskl/yawsso>
AWS SSO is supported if you:

* use a CLI profile (either `default` or an alternate named profile) that includes the various SSO properties
* `sso_start_url`, `sso_account_id`, `sso_role_name`, etc
* have a valid, active SSO session
* via `aws sso login`

If you get an error message that includes `...failed to sign request: failed to retrieve credentials: the SSO session has expired or is invalid...` then you should renew your SSO session via `aws sso login` (and specify the named profile, if appropriate).

## Miscellaneous

Expand Down