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

Lutgen 5.1.1 #41

Closed ryanlutgen closed 7 years ago

ryanlutgen commented 7 years ago

Add gitignore and fix errors from ES.

ryanlutgen commented 7 years ago

The management URLs seem to work properly from what I can tell, I was able to add a user and assign them index permissions. I removed the password param from the addindex URL in the readme, because there is no code that processes a password if addindex is the mode (ES responds with an exception if its passed as well). The code also appears to assume that a user already exists.

We could have the addindex URL create a user if one does not exist, in which case the password param would still be relevant...thoughts?

lmangani commented 7 years ago

My bad, you're indeed right! :+1: