OpenSearch/test
Nik Everett fb45f6a8a8 Add authentication to reindex-from-remote
The tests for authentication extend ESIntegTestCase and use a mock
authentication plugin. This way the clients don't have to worry about
running it. Sadly, that means we don't really have good coverage on the
REST portion of the authentication.

This also adds ElasticsearchStatusException, and exception on which you
can set an explicit status. The nice thing about it is that you can
set the RestStatus that it returns to whatever arbitrary status you like
based on the status that comes back from the remote system.
reindex-from-remote then uses it to wrap all remote failures, preserving
the status from the remote Elasticsearch or whatever proxy is between us
and the remove Elasticsearch.
2016-07-27 14:17:41 -04:00
..
fixtures
framework Add authentication to reindex-from-remote 2016-07-27 14:17:41 -04:00
logger-usage Re-enable logger usage checks 2016-06-28 16:48:05 +02:00
build.gradle Add authentication to reindex-from-remote 2016-07-27 14:17:41 -04:00