Skip to content

Commit 323623b

Browse files
Change security plugin name in Github workflow (opensearch-project#385)
1 parent 585862d commit 323623b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/e2e-tests-workflow.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
- main
66
env:
77
KIBANA_VERSION: 7.10.2
8-
ODFE_VERSION: 1.13.0
8+
ODFE_VERSION: 1.13.1
99
AD_KIBANA_PLUGIN_NAME: opendistroAnomalyDetectionKibana
1010
jobs:
1111
test-with-security:
@@ -112,7 +112,7 @@ jobs:
112112
echo "FROM opendistroforelasticsearch/opendistroforelasticsearch:$odfe_version" >> Dockerfile
113113
## The ESRestTest Client uses http by default.
114114
## Need to disable the security plugin to call the rest api over http.
115-
echo "RUN if [ -d /usr/share/elasticsearch/plugins/opendistro_security ]; then /usr/share/elasticsearch/bin/elasticsearch-plugin remove opendistro_security; fi" >> Dockerfile
115+
echo "RUN if [ -d /usr/share/elasticsearch/plugins/opendistro-security ]; then /usr/share/elasticsearch/bin/elasticsearch-plugin remove opendistro-security; fi" >> Dockerfile
116116
docker build -t odfe-ad:test .
117117
fi
118118
- name: Run Docker Image

0 commit comments

Comments
 (0)