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
If a setting is undefined, then a default configuration is deployed with no permissions.
68
+
If any setting remains undefined, a default configuration will be deployed with no permissions.
69
69
Therefore, it is okay to only define some settings and leave the others unspecified.
70
70
71
71
A setting can be defined either inline, via Secret or ConfigMap:
@@ -129,7 +129,7 @@ spec:
129
129
130
130
[WARNING]
131
131
====
132
-
It is possible to change `managedBy` from `API` to `operator` after the cluster was created, but be aware that all changes made via the API are lost.
132
+
While it is possible to change `managedBy` from `API` to `operator` after cluster creation, be cautious as this will discard all API-made changes.
133
133
====
134
134
135
135
All settings managed by the operator are updated by the role group defined in `spec.clusterConfig.security.managingRoleGroup` which defaults to `security-config`:
@@ -180,10 +180,11 @@ Defaults to the `tls` SecretClass and can't be disabled.
180
180
<3> The lifetime for autoTls certificates generated by the secret operator.
181
181
Only a lifetime up to the `maxCertificateLifetime` setting in the SecretClass is applied.
182
182
183
-
[WARNING]
183
+
[IMPORTANT]
184
184
====
185
185
The operator sets the configuration `plugins.security.nodes_dn` to `["CN=generated certificate for pod"]` which provides weak authentication between nodes.
186
-
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.
186
+
For enhanced security, use certificates that uniquely identify the OpenSearch nodes.
187
+
In this case, you must also adapt the `plugins.security.nodes_dn` setting via configOverrides.
187
188
====
188
189
189
190
== Disabling security
@@ -203,11 +204,11 @@ spec:
203
204
enabled: false
204
205
----
205
206
206
-
All other security settings as well as the TLS settings are then ignored.
207
+
Once disabled, all other security and TLS settings will be disregarded.
207
208
208
209
[WARNING]
209
210
====
210
-
If the security plugin was enabled before disabling it, then the security index is exposed to the public.
211
+
If the security plugin was previously enabled, the security index will become accessible like any other indices.
211
212
====
212
213
213
-
OpenSearch Dashboards require an enabled security plugin.
214
+
OpenSearch Dashboards require the security plugin to be enabled.
0 commit comments