Skip to content

Commit

Permalink
Fix command to remove security plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
wkruse authored Jul 2, 2021
1 parent 4d3db0b commit 8fbdb4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _security-plugin/configuration/disable.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/
```

Expand Down

0 comments on commit 8fbdb4b

Please sign in to comment.