Skip to content

Commit de1fc49

Browse files
authored
Use non-deprecated reindex.remote.allowlist setting (opensearch-project#5068)
Signed-off-by: Andrew Ross <andrross@amazon.com>
1 parent df93ff4 commit de1fc49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/org/opensearch/security/ccstest/RemoteReindexTests.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ public void tearDown() throws Exception {
7676
}
7777

7878
private Settings crossClusterNodeSettings(ClusterInfo remote) {
79-
Settings.Builder builder = Settings.builder().putList("reindex.remote.whitelist", remote.httpHost + ":" + remote.httpPort);
79+
Settings.Builder builder = Settings.builder().putList("reindex.remote.allowlist", remote.httpHost + ":" + remote.httpPort);
8080
return builder.build();
8181
}
8282

0 commit comments

Comments
 (0)