Skip to content

Commit

Permalink
Remove security disabling
Browse files Browse the repository at this point in the history
  • Loading branch information
kaylareopelle committed Aug 8, 2024
1 parent ad099e6 commit bc556fa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,16 +114,16 @@ jobs:
runs-on: ubuntu-22.04
services:
opensearch:
image: opensearchproject/opensearch:1.1.0
image: opensearchproject/opensearch:1.3.18
ports:
- 9200:9200
env:
discovery.type: single-node
DISABLE_INSTALL_DEMO_CONFIG: true
DISABLE_SECURITY_PLUGIN: true
# DISABLE_INSTALL_DEMO_CONFIG: true
# DISABLE_SECURITY_PLUGIN: true
options: >-
--name=opensearch
--health-cmd="curl http://localhost:9200/_cluster/health"
--health-cmd="curl https://localhost:9200/_cluster/health"
--health-interval=10s
--health-timeout=5s
--health-retries=3
Expand Down

0 comments on commit bc556fa

Please sign in to comment.