You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<1> The `spec.clusterConfig.tls.serverSecretClass` refers to the client-to-server encryption at the REST API.
33
+
Defaults to the `tls` SecretClass and can be disabled by setting `serverSecretClass` to `null`.
34
+
<2> The `spec.clusterConfig.tls.internalSecretClass` refers to the internal encryption between OpenSearch nodes using mTLS (transport).
35
+
Defaults to the `tls` SecretClass and can't be disabled.
36
+
<3> The lifetime for autoTls certificates generated by the secret operator.
37
+
Only a lifetime up to the `maxCertificateLifetime` setting in the SecretClass is applied.
38
+
39
+
Important: The operator sets the configuration `plugins.security.nodes_dn` to `["CN=generated certificate for pod"]` which provides weak authentication between nodes.
40
+
If you want to increase security and use certificates which identify the OpenSearch nodes specifically, you must also adapt the `plugins.security.nodes_dn` setting via configOverrides.
0 commit comments