Auth

Are there any plans implementing authentication/authorization in ES so
that I can use it from my browser just like CouchDB?

On Thu, Jul 21, 2011 at 11:15 AM, ajsie johnny.weng.luu@gmail.com wrote:

Are there any plans implementing authentication/authorization in ES so
that I can use it from my browser just like CouchDB?

I don't think support for auth in ES itself is needed. ES embraces
HTTP, and interesting stuff (not only auth) can be done with reverse
proxies; see Route requests to ElasticSearch to authenticated user's own index with an Nginx reverse-proxy · GitHub

Karel

On Jul 21, 6:33 pm, James Cook jc...@tracermedia.com wrote:

Issues · elastic/elasticsearch · GitHub...

On Thu, Jul 21, 2011 at 11:15 AM, ajsie johnny.weng....@gmail.com wrote:

Are there any plans implementing authentication/authorization in ES so
that I can use it from my browser just like CouchDB?

Good example. Thanks!