Skip to content

Commit 66184d6

Browse files
committed
Enable SECURE_INTEGRATION for stack version 8 because ES 8 has security enabled by default
1 parent e27bd6c commit 66184d6

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.ci/elasticsearch-run.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@
22
set -ex
33

44
/usr/share/elasticsearch/bin/elasticsearch -Ediscovery.type=single-node -Eaction.destructive_requires_name=false
5-
#/usr/share/elasticsearch/bin/elasticsearch -Expack.security.enabled=false -Ediscovery.type=single-node -Eaction.destructive_requires_name=false

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ env:
77
- INTEGRATION=true ELASTIC_STACK_VERSION=6.x
88
- INTEGRATION=true ELASTIC_STACK_VERSION=7.x
99
- INTEGRATION=true ELASTIC_STACK_VERSION=7.x SNAPSHOT=true
10-
- INTEGRATION=true ELASTIC_STACK_VERSION=8.x SNAPSHOT=true
10+
- SECURE_INTEGRATION=true INTEGRATION=true ELASTIC_STACK_VERSION=8.x SNAPSHOT=true
1111
- SECURE_INTEGRATION=true INTEGRATION=true ELASTIC_STACK_VERSION=7.x

0 commit comments

Comments
 (0)