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
With the new AWS ElasticSearch service they have the HTTP requests authenticated via IAM. With a couple tweaks I got a requests sigv4 plugin to work for this: tedder/requests-aws4auth#2
The resulting code is pretty succinct (see the PR for how I'm connecting to ES) so maybe this would be a good addition to the documentation? Is anyone working on anything related to this?