We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
if you using multiple sso profiles and use the sso_session config in .aws/config it currently fails to correctly use a shared sso session.
version 1.44.298 of the AWS go sdk introduced support for sso_session https://github.com/aws/aws-sdk-go/releases/tag/v1.44.298
There is already a pr to bump the aws sdk, #275
Is a new release planned or is there something i can help with to prepare a new release?
The text was updated successfully, but these errors were encountered:
Yes - We are seeing same problem - named sso profiles are NOT respected which is very problematic.
Work around now is to run aws configure sso without setting SSO Session name :(
aws configure sso
SSO Session name
Sorry, something went wrong.
No branches or pull requests
if you using multiple sso profiles and use the sso_session config in .aws/config it currently fails to correctly use a shared sso session.
version 1.44.298 of the AWS go sdk introduced support for sso_session https://github.com/aws/aws-sdk-go/releases/tag/v1.44.298
There is already a pr to bump the aws sdk, #275
Is a new release planned or is there something i can help with to prepare a new release?
The text was updated successfully, but these errors were encountered: