Hi I am using Elasticsearch version 1.2.1. I was looking for ways to secure access to Elasticsearch when I found the Jetty plugin. It lets me create users based on roles and is satisfying my requirements. However it only restricts HTTP requests.
I was using Java Transport client for talking to Elasticsearch and since it uses Transport layer protocol while connecting to ES at 9300, the Jetty plugin has no effect on it. So as an alternative to the Transport Client I have tried using the Jest Client. But I have not found any API for sending authentication credentials while inserting data or reading or when creating a client. Is there a way in which I can pass authentication credentials in the Jest client while sending requests? If Jest Client does not support this, are there any alternative clients which will allow me to do so? Any help on this would be appreciated. Regards Mihir ----- Regards -- View this message in context: http://elasticsearch-users.115913.n3.nabble.com/Java-Client-integration-with-Jetty-Plugin-tp4063253.html Sent from the ElasticSearch Users mailing list archive at Nabble.com. -- You received this message because you are subscribed to the Google Groups "elasticsearch" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/1410346337441-4063253.post%40n3.nabble.com. For more options, visit https://groups.google.com/d/optout.
