From 469cacd1dd16c7fb29dea6864533b60feffc4e18 Mon Sep 17 00:00:00 2001 From: Tim Vernum Date: Fri, 1 Sep 2023 16:07:01 +1000 Subject: [PATCH] Remove redundant security configuration --- .../java/org/elasticsearch/xpack/eql/EqlTestCluster.java | 1 - 1 file changed, 1 deletion(-) diff --git a/x-pack/plugin/eql/qa/rest/src/javaRestTest/java/org/elasticsearch/xpack/eql/EqlTestCluster.java b/x-pack/plugin/eql/qa/rest/src/javaRestTest/java/org/elasticsearch/xpack/eql/EqlTestCluster.java index 330902972230a..1aa72288a2e8a 100644 --- a/x-pack/plugin/eql/qa/rest/src/javaRestTest/java/org/elasticsearch/xpack/eql/EqlTestCluster.java +++ b/x-pack/plugin/eql/qa/rest/src/javaRestTest/java/org/elasticsearch/xpack/eql/EqlTestCluster.java @@ -19,7 +19,6 @@ public static ElasticsearchCluster getCluster() { .setting("xpack.license.self_generated.type", "basic") .setting("xpack.monitoring.collection.enabled", "true") .setting("xpack.security.enabled", "false") - .user("admin", "admin-password") .build(); }