Where can we specify username and password for the elasticjs (http://www.fullscale.co/elasticjs/) client?
Asked
Active
Viewed 1,297 times
1 Answers
1
Since elasticsearch itself does not support basic authentication, elastic.js does not provide a way to set this information in all clients. The angular client recently gained support for passing the $http configuration object which allows setting custom headers (ie. the Authorization header used in http basic auth). The jQuery and node clients do not support this at this time.

Matt Weber
- 342
- 2
- 5
-
Does it make sense to file a request in github for this then or is it an unrealistic goal? I'm talking about the nodejs client. A lot of Elasticsearch as a service providers now use es-jetty or nginx to provide basic authN. – pulkitsinghal Apr 22 '13 at 17:56
-
Please open a ticket, this is something we should get supported. – Matt Weber Apr 22 '13 at 18:52