elasticfence / elasticsearch-http-user-auth

HTTP Basic Authentication and IP ACL plugin for Elasticsearch :key: (UNMAINTAINED)
http://qxip.net
148 stars 32 forks source link

Can this be used in Java...If so please let me know how to implement this in a web application #74

Closed dine1987 closed 6 years ago

jemacom commented 6 years ago

This is a plugin to secure Elasticseach indices. Meaning that it adds a layer of authentication on top since by default there's no restrictions to query, add and modify Elasticsearch indexes.

In your use case, securing a web app, I don't think this is the right place to be. Novertheless you can learn from the plugin design by looking to docs and source code ;)

lmangani commented 6 years ago

Thanks @jemacom for summarizing the correct answer :)