You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When `session` is present on the config it should be where
we get the `start_url` and `region`. Most configs will not
have said config under `profile` if they have a session block.
Session block takes priority for the configuration as it's considered
as it's connecting profiles together.
Fix for common-fate#577
* Fix export lookup values when exporting credentials
When `session` is present on the config it should be where
we get the `start_url` and `region`. Most configs will not
have said config under `profile` if they have a session block.
Session block takes priority for the configuration as it's considered
as it's connecting profiles together.
Fix for #577
* Adjust the logic for override
Override the sso_start_url if it's empty and have a proper session
block.
When using
session
on~/.aws/config
thesso_start_url
is not exported on the credentials under~/.aws/sso/cache/
e.g.
When running
assume test-profile --export-sso-token
It gives the following credentials
The text was updated successfully, but these errors were encountered: