Skip to content

Support for AWS Elasticsearch using AWS SDK v2 #591

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
rosspatil opened this issue Jun 24, 2022 · 0 comments · Fixed by #597
Closed

Support for AWS Elasticsearch using AWS SDK v2 #591

rosspatil opened this issue Jun 24, 2022 · 0 comments · Fixed by #597

Comments

@rosspatil
Copy link
Contributor

Problem: Lacking AWS IAM support to authenticate with Elasticsearch.
Solution: Use AWS SDK v2 to create an IAM session and implement an HTTP round-tripper that will sign requests using Amazon's Signature Verification V4 signing procedure, using credentials from the default AWS credential chain.
To implement this - an extra optional flag is needed to determine the Elasticsearch region i.e. aws.region
if the region is present then only the AWS IAM support will work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant