From 0f54f9524d71c8c55954244dde2a370bef4e995f Mon Sep 17 00:00:00 2001 From: Nik Everett Date: Tue, 18 Oct 2016 15:20:43 -0400 Subject: [PATCH] Handle reindex's change to whitelist Reindex has grown support for simple whitelist patterns like `localhost:*` and lost support for `myself`. Original commit: elastic/x-pack-elasticsearch@31d9c4dc5c7620304c0c481b198100fb01b5a3cf --- qa/reindex-tests-with-security/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qa/reindex-tests-with-security/build.gradle b/qa/reindex-tests-with-security/build.gradle index 043e294b452..983f6199afe 100644 --- a/qa/reindex-tests-with-security/build.gradle +++ b/qa/reindex-tests-with-security/build.gradle @@ -11,7 +11,7 @@ integTest { setting 'script.inline', 'true' plugin ':x-plugins:elasticsearch' // Whitelist reindexing from the local node so we can test it. - setting 'reindex.remote.whitelist', 'myself' + setting 'reindex.remote.whitelist', '127.0.0.1:*' extraConfigFile 'x-pack/roles.yml', 'roles.yml' [ test_admin: 'superuser',