Skip to content

Commit 037cbf0

Browse files
(DOCSP-10885): Authentication can be managed from Ops Manager if not set on the MDB resource
1 parent 2acdb39 commit 037cbf0

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

source/includes/options-k8s-shared.yaml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -565,10 +565,20 @@ optional: true
565565
default: "``false``"
566566
description: |
567567
Specifies whether authentication is enabled on the |com|
568-
project. Requires that you set an authentication mechanism in
568+
project. If ``true``, you must set an authentication mechanism in
569569
:setting:`spec.security.authentication.modes`.
570570
571-
To disable authentication in |com|, explicitly set to ``false``.
571+
.. important::
572+
573+
The |k8s-op-short| manages authentication for this MongoDB
574+
resource if you include this setting, even if it is set to
575+
``false``. You can't configure authentication for this
576+
resource using the |com| UI or APIs while this setting exists in
577+
the resource specification.
578+
579+
Omit this setting if you want to manage authentication using the
580+
|com| UI or APIs.
581+
572582
---
573583
program: _shared
574584
name: spec.security.authentication.ignoreUnknownUsers

0 commit comments

Comments
 (0)