Skip to content

Commit 9514b39

Browse files
committed
Use strong admin pw
Signed-off-by: Craig Perkins <[email protected]>
1 parent 5227398 commit 9514b39

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cypress-test-tenancy-disabled.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
opensearch-version: ${{ env.OPENSEARCH_VERSION }}
5151
plugin-name: ${{ env.PLUGIN_NAME }}
5252
setup-script-name: setup
53-
admin-password: admin
53+
admin-password: myStrongPassword123!
5454

5555
- name: Run Dashboard with Security Dashboards Plugin
5656
uses: ./.github/actions/install-dashboards

.github/workflows/cypress-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
opensearch-version: ${{ env.OPENSEARCH_VERSION }}
5151
plugin-name: ${{ env.PLUGIN_NAME }}
5252
setup-script-name: setup
53-
admin-password: admin
53+
admin-password: myStrongPassword123!
5454

5555
- name: Run Dashboard with Security Dashboards Plugin
5656
uses: ./.github/actions/install-dashboards

0 commit comments

Comments
 (0)