* add note regarding required use of TLS transport "basic usage" doesn't mention that the securityadmin.sh command will fail outright if "plugins.security.ssl.http.enabled" is set to "false" Signed-off-by: David Vassallo <davevassallo@gmail.com> * Update _security-plugin/configuration/security-admin.md Signed-off-by: David Vassallo <davevassallo@gmail.com> Co-authored-by: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com> * Add one copy edit Signed-off-by: Naarcha-AWS <naarcha@amazon.com> Signed-off-by: David Vassallo <davevassallo@gmail.com> Signed-off-by: Naarcha-AWS <naarcha@amazon.com> Co-authored-by: David Vassallo <davevassallo@gmail.com>
This commit is contained in:
parent
9317d540f8
commit
ab5654cc36
|
@ -82,7 +82,6 @@ The `securityadmin.sh` tool can be run from any machine that has access to the h
|
|||
|
||||
`securityadmin.sh` requires that SSL/TLS transport is enabled on your opensearch cluster. In other words, make sure that the `plugins.security.ssl.http.enabled: true` is set in `opensearch.yml` before proceeding.
|
||||
{: .note}
|
||||
`plugins.security.ssl.http.enabled: true`
|
||||
|
||||
Each node also includes the tool at `plugins/opensearch-security/tools/securityadmin.sh`. You might need to make the script executable before running it:
|
||||
|
||||
|
|
Loading…
Reference in New Issue