You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: