aws-es-proxy
aws-es-proxy copied to clipboard
Migrate AWS SDK to V2 and add AWS SSO support
This PR does two things.
- Migrates the AWS SDK to V2
- Adds support for SSO by specifying a flag -sso and setting
AWS_PROFILEenv var
Based on our environment setup I was able to test regular credentials and SSO. I am unable to test assume role code properly, however the two methods I tested worked as expected.