VeggieMeat / search_api_elasticsearch

Clone of project at drupal.org/project/search_api_elasticsearch for better CI options than what D.O offers
16 stars 8 forks source link

Basic HTTP Authentication #46

Closed VeggieMeat closed 10 years ago

VeggieMeat commented 10 years ago

Original issue: https://www.drupal.org/node/2338465

For security reasons, Elasticsearch server could be using Basic HTTP Authentication. I have created a patch to add basic http authentication username/password for each server. This functionality already exists in Search API Apache Solr.