File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -51,27 +51,29 @@ jobs:
51
51
plugin-version : ${{ env.PLUGIN_VERSION }}
52
52
53
53
- name : Run Opensearch with A Single Plugin Remote Cluster
54
- uses : derek-ho/start-opensearch@v4
54
+ uses : derek-ho/start-opensearch@v5
55
55
with :
56
56
opensearch-version : ${{ env.OPENSEARCH_VERSION }}
57
57
plugins : " file:$(pwd)/opensearch-security-${{ env.OPENSEARCH_VERSION }}.zip"
58
58
security-enabled : true
59
59
admin-password : ${{ env.OPENSEARCH_INITIAL_ADMIN_PASSWORD }}
60
60
security_config_file : ${{ inputs.security_config_file }}
61
61
port : 9202
62
+ jdk-version : 21
62
63
63
64
- name : Check OpenSearch remote is running
64
65
run : |
65
66
curl https://localhost:9202/_cat/plugins -v -u admin:${{ env.OPENSEARCH_INITIAL_ADMIN_PASSWORD }} -k
66
67
shell : bash
67
68
68
69
- name : Run Opensearch with security
69
- uses : derek-ho/start-opensearch@v2
70
+ uses : derek-ho/start-opensearch@v5
70
71
with :
71
72
opensearch-version : ${{ env.OPENSEARCH_VERSION }}
72
73
plugins : " file:$(pwd)/${{ env.PLUGIN_NAME }}.zip"
73
74
security-enabled : true
74
75
admin-password : ${{ env.OPENSEARCH_INITIAL_ADMIN_PASSWORD }}
76
+ jdk-version : 21
75
77
76
78
# https://github.com/actions/runner-images/issues/2840#issuecomment-790492173
77
79
- name : Remove unnecessary files Linux
You can’t perform that action at this time.
0 commit comments