From 6e81225680a9cef2c534187224a7e83c5847d68b Mon Sep 17 00:00:00 2001 From: Joshua Li Date: Fri, 26 Jan 2024 18:33:26 +0000 Subject: [PATCH] change hardcoded admin credentials for testing Signed-off-by: Joshua Li --- .cypress/support/constants.js | 4 ++-- .github/workflows/cypress-e2e-gantt-chart-test.yml | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.cypress/support/constants.js b/.cypress/support/constants.js index 4f2416b..756d689 100644 --- a/.cypress/support/constants.js +++ b/.cypress/support/constants.js @@ -5,5 +5,5 @@ export const ADMIN_AUTH = { username: 'admin', - password: 'admin', -}; \ No newline at end of file + password: 'myStrongPassword123!', +}; diff --git a/.github/workflows/cypress-e2e-gantt-chart-test.yml b/.github/workflows/cypress-e2e-gantt-chart-test.yml index 39163c2..b535d92 100644 --- a/.github/workflows/cypress-e2e-gantt-chart-test.yml +++ b/.github/workflows/cypress-e2e-gantt-chart-test.yml @@ -9,6 +9,7 @@ env: OPENSEARCH_DASHBOARDS_VERSION: 'main' OPENSEARCH_VERSION: '3.0.0' OPENSEARCH_PLUGIN_VERSION: '3.0.0.0' + OPENSEARCH_INITIAL_ADMIN_PASSWORD: 'myStrongPassword123!' jobs: tests: