Skip to content

Commit

Permalink
# Setting initial password
Browse files Browse the repository at this point in the history
Signed-off-by: Theo Truong <[email protected]>
  • Loading branch information
nhtruong committed Dec 12, 2024
1 parent 1af9dcb commit 2f4991c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-unreleased.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ on:
jobs:
test:
env:
OPENSEARCH_INITIAL_ADMIN_PASSWORD: myStrongPassword123!
TEST_OPENSEARCH_SERVER: https://admin:myStrongPassword123!@localhost:9200
PORT: 9200
runs-on: ubuntu-latest
Expand Down Expand Up @@ -77,6 +76,7 @@ jobs:
-Enode.attr.testattr=test \
-Epath.repo=/tmp \
-Erepositories.url.allowed_urls='http://snapshot.*' \
-Eopensearch.password=myStrongPassword123! \
-d
for attempt in {1..20}; do
sleep 5
Expand Down

0 comments on commit 2f4991c

Please sign in to comment.