Fix command to remove security plugin
See https://github.com/opensearch-project/OpenSearch-Dashboards/issues/465
This commit is contained in:
parent
4d3db0bbd4
commit
8fbdb4ba11
|
@ -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/
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue