Skip to content

Commit

Permalink
CI - Try disabling authentication for ES 8 CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelborn committed Nov 5, 2024
1 parent 396f2d0 commit 9435603
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build/resources/elasticsearch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,7 @@ discovery.type: "single-node"
cluster.name: "docker-cluster"
xpack.security.enabled: "false"
network.host: 0.0.0.0
path.repo: ["/tmp"]
path.repo: ["/tmp"]

# ES 8 requires explicit setting of the following
xpack.security.enabled: false

0 comments on commit 9435603

Please sign in to comment.