Skip to content

Commit a2fde18

Browse files
(DOCSP-11978): Allow >=4.0 backing databases if scram-sha is enabled (#381)
* (DOCSP-11978): Allow >=4.0 backing databases if scram-sha is enabled * (DOCSP-11978): minor cleanup and copy review feedback
2 parents fceb7cd + 4fa8c86 commit a2fde18

File tree

2 files changed

+19
-6
lines changed

2 files changed

+19
-6
lines changed

source/includes/admonitions/fact-backing-db-auth.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,13 @@ You cannot enable other authentication mechanisms.
44
If you enable ``SCRAM`` authentication on the oplog database, you
55
must:
66

7-
- Specify a MongoDB version earlier than v4.0 in the oplog database
8-
resource definition.
97
- Create a MongoDB user resource to connect |onprem| to the oplog
108
database.
119
- Specify the :opsmgrkube:`~spec.backup.opLogStores.mongodbUserRef.name`
1210
of the user in the |onprem| resource definition.
11+
12+
.. note::
13+
14+
If you deploy |onprem| 4.2 with ``SCRAM`` authentication enabled, you
15+
must specify a MongoDB version earlier than than 4.0 in the oplog
16+
:ref:`database resource definition <k8s-specification>`.

source/reference/k8s-operator-om-specification.txt

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -377,13 +377,17 @@ Optional |onprem| Resource Settings
377377
If you enable ``SCRAM`` authentication on the blockstore database,
378378
you must:
379379

380-
- Specify a MongoDB version earlier than v4.0 in the blockstore
381-
database resource definition.
382380
- Create a MongoDB user resource to connect |onprem| to the
383381
blockstore database.
384382
- Specify the :opsmgrkube:`~spec.backup.blockStores.mongodbUserRef.name`
385383
of the user in the |onprem| resource definition.
386384

385+
.. note::
386+
387+
If you deploy |onprem| 4.2, you must specify a MongoDB version
388+
earlier than than 4.0 in the blockstore :ref:`database resource
389+
definition <k8s-specification>`.
390+
387391
.. include:: /includes/admonitions/watch-backup-resources.rst
388392

389393
.. opsmgrkube:: spec.backup.blockStores.mongodbUserRef.name
@@ -585,14 +589,19 @@ Optional |onprem| Resource Settings
585589

586590
If you enable ``SCRAM`` authentication on this database, you must:
587591

588-
- Specify a MongoDB version earlier than v4.0 in the database
589-
resource definition.
590592
- Create a MongoDB user resource to connect |onprem| to the
591593
database.
592594
- Specify the
593595
:opsmgrkube:`~spec.backup.s3Stores.mongodbUserRef.name` of the
594596
user in the |onprem| resource definition.
595597

598+
.. note::
599+
600+
If you deploy |onprem| 4.2, you must specify a MongoDB version
601+
earlier than than 4.0 in the :ref:`resource definition
602+
<k8s-specification>` for the database that stores the metadata for
603+
the |s3| snapshot store.
604+
596605
.. important::
597606

598607
Once specified, do not edit the name of the |s3| snapshot store.

0 commit comments

Comments
 (0)