Skip to content

Commit 23e58a5

Browse files
committed
Disable xpack security for elasticsearch 8.4 to enable http requests
1 parent 31027c8 commit 23e58a5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/swift.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
- 9200:9200
3434
env:
3535
discovery.type: single-node
36+
xpack.security.enabled: false
3637
steps:
3738
- uses: actions/checkout@v3
3839
- name: Test

0 commit comments

Comments
 (0)