YousefED / ElasticUI

AngularJS directives for Elasticsearch
http://www.elasticui.com
Other
526 stars 138 forks source link

Adding Authentication support #89

Open thehybridtechnician opened 8 years ago

thehybridtechnician commented 8 years ago

@YousefED - Thank you so much for your codeset. Your directives gave me a great starting point to work off of.

Would it be possible to add Shield support into your ElasticService?

https://www.elastic.co/guide/en/elasticsearch/client/javascript-api/current/auth-reference.html

If I am reading it right, all that needs to be done is to add a variable for username/password that can then be passed to the auth value in client.

I am new to angular so I apologize if there is another way I should do this.

annelhote commented 7 years ago

@YousefED : many thanks for these directives. Very useful !!!

Is there any chance to add the authentication support to elasticui ?

jenswitzel commented 4 years ago

Did somebody solve to add the authentication within elasticui against an ES?