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 #44

Closed ryanlutgen closed 7 years ago

ryanlutgen commented 7 years ago

Update settings to successfully pull from elasticsearch.yml.

I elected to remove logger warnings for old http.auth messages, since they've been deprecated for awhile.

I also slightly changed the flow of how the settings are read and the plugin initialized. If the associated settings are not set, the code throws an exception, which is caught and then an error message is displayed in ES.

Remove site components that are no longer supported by ES. ES mentions that static web pages can be served through a separate server instance and with modifying a config option in ES, the same functionality can be achieved if desired. This undertaking could be done either in a separate git repo, or outside of the src/ directory here.