Skip to content

Commit 92f257f

Browse files
Bump @derek-ho/start-opensearch to 9 (#2319) (#2320)
* Bump @derek-ho/start-opensearch to 9 * Adds changelog entry * Fix OIDC workflow --------- (cherry picked from commit 1f2a733) Signed-off-by: Darshit Chanpura <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 310abc5 commit 92f257f

9 files changed

+10
-8
lines changed

.github/actions/run-cypress-tests/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ runs:
3636
download-location: ${{ env.PLUGIN_NAME }}
3737

3838
- name: Run Opensearch with A Single Plugin
39-
uses: derek-ho/start-opensearch@v6
39+
uses: derek-ho/start-opensearch@v9
4040
with:
4141
opensearch-version: ${{ env.OPENSEARCH_VERSION }}
4242
plugins: "file:$(pwd)/opensearch-security.zip"

.github/workflows/cypress-test-multidatasources-enabled-e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
download-location: ${{env.PLUGIN_NAME}}
6767

6868
- name: Run Opensearch with A Single Plugin
69-
uses: derek-ho/start-opensearch@v8
69+
uses: derek-ho/start-opensearch@v9
7070
with:
7171
opensearch-version: ${{ env.OPENSEARCH_VERSION }}
7272
plugins: "file:$(pwd)/opensearch-security.zip"

.github/workflows/cypress-test-oidc-e2e.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ jobs:
140140
opensearch_security.openid.base_redirect_url: http://localhost:5601${{ matrix.basePath }}
141141
opensearch_security.auth.type: "openid"
142142
home.disableWelcomeScreen: true
143+
home.disableExperienceModal: true
143144
EOT
144145
145146
- name: Run OSD with basePath

.github/workflows/cypress-test-resource-sharing-enabled-e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
7979
8080
- name: Run Opensearch with security + sample resource plugin
81-
uses: derek-ho/start-opensearch@v8
81+
uses: derek-ho/start-opensearch@v9
8282
with:
8383
opensearch-version: ${{ env.OPENSEARCH_VERSION }}
8484
plugins: "file:$(pwd)/opensearch-security.zip,file:${{ env.SAMPLE_PLUGIN_ZIP }}"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
download-location: ${{ env.PLUGIN_NAME }}
4343

4444
- name: Run Opensearch with security
45-
uses: derek-ho/start-opensearch@v8
45+
uses: derek-ho/start-opensearch@v9
4646
with:
4747
opensearch-version: ${{ env.OPENSEARCH_VERSION }}
4848
plugins: "file:$(pwd)/${{ env.PLUGIN_NAME }}.zip"

.github/workflows/cypress-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
download-location: ${{ env.PLUGIN_NAME }}
4444

4545
- name: Run Opensearch with security
46-
uses: derek-ho/start-opensearch@v8
46+
uses: derek-ho/start-opensearch@v9
4747
with:
4848
opensearch-version: ${{ env.OPENSEARCH_VERSION }}
4949
plugins: "file:$(pwd)/${{ env.PLUGIN_NAME }}.zip"

.github/workflows/integration-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
7272
7373
- name: Run OpenSearch with A Single Plugin Remote Cluster
74-
uses: derek-ho/start-opensearch@v8
74+
uses: derek-ho/start-opensearch@v9
7575
with:
7676
opensearch-version: ${{ env.OPENSEARCH_VERSION }}
7777
plugins: ${{ env.REMOTE_PLUGIN_URI }}
@@ -88,7 +88,7 @@ jobs:
8888
shell: bash
8989

9090
- name: Run OpenSearch with security
91-
uses: derek-ho/start-opensearch@v8
91+
uses: derek-ho/start-opensearch@v9
9292
with:
9393
opensearch-version: ${{ env.OPENSEARCH_VERSION }}
9494
plugins: ${{ env.PLUGIN_URI }}

.github/workflows/verify-binary-installation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
download-location: ${{ env.PLUGIN_NAME }}
3939

4040
- name: Run Opensearch with security
41-
uses: derek-ho/start-opensearch@v8
41+
uses: derek-ho/start-opensearch@v9
4242
with:
4343
opensearch-version: ${{ env.OPENSEARCH_VERSION }}
4444
plugins: "file:$(pwd)/${{ env.PLUGIN_NAME }}.zip"

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
2323
- Bump `derek-ho/start-opensearch` from 7 to 8 ([#2309](https://github.com/opensearch-project/security-dashboards-plugin/pull/2309))
2424
- Bump `actions/github-script` from 7 to 8 ([#2307](https://github.com/opensearch-project/security-dashboards-plugin/pull/2307))
2525
- Resolve CVE-2025-9288 CVE-2025-9287 CVE-2025-7783 CVE-2025-6547 ([#2317](https://github.com/opensearch-project/security-dashboards-plugin/pull/2317))
26+
- Bump @derek-ho/start-opensearch to 9 ([#2319]https://github.com/opensearch-project/security-dashboards-plugin/pull/2319)
2627

2728

2829
### Documentation

0 commit comments

Comments
 (0)