From 8fbdb4ba11ffefd23d37676f9c403479bae76933 Mon Sep 17 00:00:00 2001 From: Wadim Kruse Date: Fri, 2 Jul 2021 13:38:01 +0200 Subject: [PATCH] Fix command to remove security plugin See https://github.com/opensearch-project/OpenSearch-Dashboards/issues/465 --- _security-plugin/configuration/disable.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_security-plugin/configuration/disable.md b/_security-plugin/configuration/disable.md index bce08524..aa480056 100755 --- a/_security-plugin/configuration/disable.md +++ b/_security-plugin/configuration/disable.md @@ -38,7 +38,7 @@ If you disable the security plugin in `opensearch.yml` (or delete the plugin ent ``` FROM opensearchproject/opensearch-dashboards:{{site.opensearch_version}} - RUN /usr/share/opensearch-dashboards/bin/opensearch-dashboards-plugin remove opensearchSecurityOpenSearch Dashboards + RUN /usr/share/opensearch-dashboards/bin/opensearch-dashboards-plugin remove security-dashboards COPY --chown=opensearch-dashboards:opensearch-dashboards opensearch_dashboards.yml /usr/share/opensearch-dashboards/config/ ```