aws / aws/session-manager-plugin
Support sso-session in a shared config
Open
- Dominant language
- Go
- Stars
- 320
- Forks
- 97
- PR merge metrics
- No merged PRs in 30d
Description
awscli v2.9.0 introduced [sso-session section](https://github.com/aws/aws-cli/pull/7364) 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](https://github.com/aws/aws-sdk-go-v2/pull/1903).
related issue: https://github.com/aws/aws-sdk-go/issues/4649
Thanks.
Contributor guide
Assessment
This issue has not been assessed yet.