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

Support for Auth #81

Open
jameslamb opened this issue Aug 11, 2018 · 4 comments
Open

Support for Auth #81

jameslamb opened this issue Aug 11, 2018 · 4 comments

Comments

@jameslamb
Copy link
Collaborator

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.

@jameslamb
Copy link
Collaborator Author

@austin3dickey
Copy link
Collaborator

So the implications are that we wouldn't be able to test in Travis? And local development could be tricky

@jameslamb
Copy link
Collaborator Author

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.

@jameslamb
Copy link
Collaborator Author

Especially when no one has asked for this

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

No branches or pull requests

2 participants