File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -1184,10 +1184,15 @@ description: |
1184
1184
- :setting:`spec.security.authentication.modes` ``: ["X509"]``
1185
1185
- :setting:`spec.security.tls.enabled` ``: true``
1186
1186
1187
+ The |k8s-op-short| accepts the following values:
1188
+
1189
+ - ``["X509"]``: X.509 internal cluster authentication is enabled.
1190
+ - ``""`` or omitted: internal cluster authentication is not enabled.
1191
+
1187
1192
.. important::
1188
1193
1189
- Once internal cluster authentication is enabled, it can not be
1190
- disabled .
1194
+ After you enable internal cluster authentication, you can't disable
1195
+ it .
1191
1196
1192
1197
*(Changed in version 1.3)*:
1193
1198
Original file line number Diff line number Diff line change @@ -25,6 +25,9 @@ This guide instructs you on how to configure:
25
25
- |tls| to encrypt connections client applications and MongoDB
26
26
deployments.
27
27
28
+ The |k8s-op-short| doesn't support other authentication schemes between
29
+ MongoDB nodes in a cluster.
30
+
28
31
.. include:: /includes/admonitions/cannot-secure-standalone.rst
29
32
30
33
.. include:: /includes/admonitions/deprecate-cert-generation.rst
You can’t perform that action at this time.
0 commit comments