Skip to content

Commit

Permalink
Remove redundant security configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
tvernum committed Sep 1, 2023
1 parent 68fcc9a commit 469cacd
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}

Expand Down

0 comments on commit 469cacd

Please sign in to comment.