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

Prototype updating to ES 5.0.0 - 2 #37

Closed ryanlutgen closed 7 years ago

ryanlutgen commented 7 years ago

Recreating this PR due to github email issues

See my comment here for context: https://github.com/elasticfence/elasticsearch-http-user-auth/issues/35#issuecomment-266144749

The following is what I have done thus far to update Elasticfence http user auth to Elasticsearch 5.0.0. The REST endpoints presently do not work properly and I am having an issue with ES throwing exceptions on settings in the elasticsearch.yml, but the generic auth seems to be working properly with a hardcoded root password.

I also commented out the tests for the time being so I could compile with Maven.

CLAassistant commented 7 years ago

CLA assistant check
All committers have signed the CLA.

lmangani commented 7 years ago

Could you submit the PR against branch 5.0.0? I guess we should anyhow target 5.1.1 at this stage but we can take it from there up.

https://github.com/elasticfence/elasticsearch-http-user-auth/tree/5.1.1