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
AWS SSO generated credentials introduce some new semantics around where it stores credentials (first creates an accessToken, which then is used to request IAM Credentials that are stored in a new location $HOME/.aws/cli/cache).
Support for these creds seems to be per SDK, figured I'd get a request in here for them. We're stuck with needing C++, Boto & Go so this has been fairly painful.
Comments on closed issues are hard for our team to see.
If you need more assistance, please either tag a team member or open a new issue that references this one.
If you wish to keep having a conversation with other community members under this issue feel free to do so.
AWS SSO generated credentials introduce some new semantics around where it stores credentials (first creates an accessToken, which then is used to request IAM Credentials that are stored in a new location
$HOME/.aws/cli/cache
).Support for these creds seems to be per SDK, figured I'd get a request in here for them. We're stuck with needing C++, Boto & Go so this has been fairly painful.
aws/aws-sdk-go#3186
boto/boto3#2091
The text was updated successfully, but these errors were encountered: