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@31d9c4dc5c
This commit is contained in:
parent
9bfd1721ca
commit
0f54f9524d
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue