Skip to content

Commit

Permalink
Cert check
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Ho <[email protected]>
  • Loading branch information
derek-ho committed Mar 27, 2024
1 parent 2480375 commit ff8e18f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
- name: Check OpenSearch is running
# Verify that the server is operational
run: |
curl https://localhost:9202/_cat/plugins -v -u admin:myStrongPassword123!
curl https://localhost:9202/_cat/plugins -v -u admin:myStrongPassword123! -k
shell: bash

# Configure the Dashboard for multi datasources
Expand Down

0 comments on commit ff8e18f

Please sign in to comment.