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: |
11841184 - :setting:`spec.security.authentication.modes` ``: ["X509"]``
11851185 - :setting:`spec.security.tls.enabled` ``: true``
11861186
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+
11871192 .. important::
11881193
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 .
11911196
11921197 *(Changed in version 1.3)*:
11931198
Original file line number Diff line number Diff line change @@ -25,6 +25,9 @@ This guide instructs you on how to configure:
2525- |tls| to encrypt connections client applications and MongoDB
2626 deployments.
2727
28+ The |k8s-op-short| doesn't support other authentication schemes between
29+ MongoDB nodes in a cluster.
30+
2831.. include:: /includes/admonitions/cannot-secure-standalone.rst
2932
3033.. include:: /includes/admonitions/deprecate-cert-generation.rst
You can’t perform that action at this time.
0 commit comments