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
awscli v2.9.0 introduced sso-session section in $HOME/.aws/config. But it seems session-manager-plugin doesn't support it yet, and failed to load the config. In my understanding the root cause is that aws-sdk-go v1 doesn't support it.
To fix the issue it might be better to migrate aws-sdk-go v1 to v2 since it looks like aws-sdk-go-v2 supports it.
awscli v2.9.0 introduced sso-session section in $HOME/.aws/config. But it seems session-manager-plugin doesn't support it yet, and failed to load the config. In my understanding the root cause is that aws-sdk-go v1 doesn't support it.
To fix the issue it might be better to migrate aws-sdk-go v1 to v2 since it looks like aws-sdk-go-v2 supports it.
related issue: aws/aws-sdk-go#4649
Thanks.
The text was updated successfully, but these errors were encountered: