Skip to content
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

Amazon ElasticSearch support #281

Open
jchv opened this issue Aug 16, 2016 · 1 comment
Open

Amazon ElasticSearch support #281

jchv opened this issue Aug 16, 2016 · 1 comment

Comments

@jchv
Copy link

jchv commented Aug 16, 2016

Hi. I am currently using elastigo with Amazon ElasticSearch, and it indeed works. The only problem is, Amazon ElasticSearch is highly limited in how it can be authenticated with; it supports hardcoding IPs, OR using Amazon signed requests. (For those familiar with AWS, it does not even support limiting things via VPC, as Amazon ElasticSearch does not support VPC at all.)

So, I am creating this issue to track the idea of adding support for these signed requests. It would probably be trivial, but to make sure it's done correctly it'd be smart to delegate the actual implementation to another library. Matt Holt created go-aws-auth for this purpose and it would probably be the most minimal way to make this work.

I plan on implementing this in a fork shortly regardless of whether or not it gets merged.

@ukch
Copy link

ukch commented Sep 29, 2016

@johnwchadwick What's the current status of your fork? Is it stable? Do you think you could make a PR to merge it back into this repo?

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

No branches or pull requests

2 participants