Is your feature request related to a problem? Please describe.
AWS Golang SDK is old and so does not support AWS SSO credentials without a special credential_process.
Describe the solution you'd like
The SDK updated and the ability to use SSO credentials normally
Describe alternatives you've considered
None. This is a non-starter because this is related to Vault supporting SSO creds through the use of this awsutil library that seemingly has been neglected for updates to the AWS SDK.
Additional context
We are trying to transition all our users to use AWS SSO (backed by JumpCloud) but Vault auth doesn't support it due to this library using the AWS SDK from two years ago.
Is your feature request related to a problem? Please describe.
AWS Golang SDK is old and so does not support AWS SSO credentials without a special
credential_process.Describe the solution you'd like
The SDK updated and the ability to use SSO credentials normally
Describe alternatives you've considered
None. This is a non-starter because this is related to Vault supporting SSO creds through the use of this awsutil library that seemingly has been neglected for updates to the AWS SDK.
Additional context
We are trying to transition all our users to use AWS SSO (backed by JumpCloud) but Vault auth doesn't support it due to this library using the AWS SDK from two years ago.