From 9d77b35dcc7d5bcbb875ea98c300d9e71daf4ec2 Mon Sep 17 00:00:00 2001 From: aetter Date: Thu, 10 Jun 2021 08:18:41 -0700 Subject: [PATCH] Making the steps more prominent. --- _security-plugin/configuration/disable.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/_security-plugin/configuration/disable.md b/_security-plugin/configuration/disable.md index 14cc02cd..800d3584 100755 --- a/_security-plugin/configuration/disable.md +++ b/_security-plugin/configuration/disable.md @@ -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).