-
Notifications
You must be signed in to change notification settings - Fork 36
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
Support for Auth #81
Comments
@austin3dickey @ngparas I actually tried this today, but AFAICT you can't use x-pack security in the free images. Other links I found in case someone figures out how to do this: |
So the implications are that we wouldn't be able to test in Travis? And local development could be tricky |
Technically we wouldn't be able to test on Travis for free. We could used hosted ES from AWS and keep an instance up and running, which would probably be like 4 bucks a month. I don't love the idea of taking on that complexity though. |
Especially when no one has asked for this |
Today,
uptasticsearch
only works when you have the ability to directly query the cluster. If your cluster has some authentication / authorization set up on it (e.g. Shield), this library will not work.I think we need to add support for auth-enabled 5.x and 6.x clusters. As of 5.x, you can use X-pack to enable security features for Elasticsearch.
I do NOT think we should put any time or effort into supporting Shield on earlier versions of ES, but open to discussion if some users say they have a need for it.
The text was updated successfully, but these errors were encountered: