abutaha / aws-es-proxy

aws-es-proxy is a small web server application sitting between your HTTP client (browser, curl, etc...) and Amazon Elasticsearch service.
Apache License 2.0
596 stars 202 forks source link

Migrate AWS SDK to V2 and add AWS SSO support #92

Open bdgeise opened 3 years ago

bdgeise commented 3 years ago

This PR does two things.

  1. Migrates the AWS SDK to V2
  2. Adds support for SSO by specifying a flag -sso and setting AWS_PROFILE env 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.