-
Notifications
You must be signed in to change notification settings - Fork 4
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
SSOProviderInvalidToken: the SSO session has expired or is invalid #26
Comments
Hi @sPaCeMoNk3yIam does your CLI config look similar to this (I grabbed this example from AWS CLI docs)?
|
I think moving I've made a branch
Resulting binary,
Make sure this new binary is in your If you want to undo, and get the currently released binary, just run this command:
|
Yep v1 of Go SDK doesn't support this SSO config: aws/aws-sdk-go#4649 Looks like v2 of the SDK should work: aws/aws-sdk-go-v2#1903 |
It seems to have worked for me! 🚀 |
@paxan Is there a released for this (rather important) patch planned any time soon? |
I'm using the modern recommended SSO auth to work with the AWS CLI.
Get
ting resources works well, but the commands that work via this plugin always return an error and try to seem to look for a wrong sso cache file:After unnecessarily adding these two parameters to my profile, I still get:
The CLI tries to read from a wrong JSON file.
The text was updated successfully, but these errors were encountered: