Making the steps more prominent.

This commit is contained in:
aetter 2021-06-10 08:18:41 -07:00
parent fed7115baa
commit 9d77b35dcc
1 changed files with 4 additions and 1 deletions

View File

@ -14,7 +14,10 @@ You might want to temporarily disable the security plugin to make testing or int
plugins.security.disabled: true
```
A more permanent option is to remove the security plugin entirely. Delete the `plugins/opensearch-security` folder on all nodes, and delete the `plugins.security.*` configuration entries from `opensearch.yml`.
A more permanent option is to remove the security plugin entirely:
1. Delete the `plugins/opensearch-security` folder on all nodes.
1. Delete all `plugins.security.*` configuration entries from `opensearch.yml`.
To perform these steps on the Docker image, see [Customize the Docker image]({{site.url}}{{site.baseurl}}/opensearch/install/docker/#customize-the-docker-image).