Fix command to remove security plugin

See https://github.com/opensearch-project/OpenSearch-Dashboards/issues/465
This commit is contained in:
Wadim Kruse 2021-07-02 13:38:01 +02:00 committed by GitHub
parent 4d3db0bbd4
commit 8fbdb4ba11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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}} 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/ COPY --chown=opensearch-dashboards:opensearch-dashboards opensearch_dashboards.yml /usr/share/opensearch-dashboards/config/
``` ```