Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions docs/modules/opensearch/pages/usage-guide/security.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -182,13 +182,6 @@ Defaults to the `tls` SecretClass and can't be disabled.
<3> The lifetime for autoTls certificates generated by the secret operator.
Only a lifetime up to the `maxCertificateLifetime` setting in the SecretClass is applied.

[IMPORTANT]
====
The operator sets the configuration `plugins.security.nodes_dn` to `["CN=generated certificate for pod"]`, which provides weak authentication between nodes.
For enhanced security, use certificates that uniquely identify the OpenSearch nodes.
In this case, you must also adapt the `plugins.security.nodes_dn` setting via configOverrides.
====

== Disabling security

The OpenSearch security plugin can be disabled as follows:
Expand Down
Loading