Skip to content

Commit 7cbe88b

Browse files
authored
(DOCS-15778) Updates roles needed for 4 items (#1158)
1 parent 44eb510 commit 7cbe88b

File tree

1 file changed

+32
-16
lines changed

1 file changed

+32
-16
lines changed

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

Lines changed: 32 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -375,11 +375,14 @@ Optional |onprem| Resource Settings
375375

376376
Name of the MongoDB user resource used to connect to the oplog store
377377
database. Deploy this user resource in the same
378-
namespace as the |onprem| resource and with the
379-
:manual:`readWriteAnyDatabase
380-
</reference/built-in-roles/#readWriteAnyDatabase>` and
381-
:manual:`dbAdminAnyDatabase
382-
</reference/built-in-roles/#dbAdminAnyDatabase>` roles.
378+
namespace as the |onprem| resource and with all of the following roles:
379+
380+
- :manual:`readWriteAnyDatabase
381+
</reference/built-in-roles/#readWriteAnyDatabase>`
382+
- :manual:`dbAdminAnyDatabase
383+
</reference/built-in-roles/#dbAdminAnyDatabase>`
384+
- :manual:`clusterMonitor
385+
</reference/built-in-roles/#mongodb-authrole-clusterMonitor>`
383386

384387
.. opsmgrkube:: spec.backup.blockStores
385388

@@ -434,11 +437,14 @@ Optional |onprem| Resource Settings
434437

435438
Name of the MongoDB user resource used to connect to the blockstore
436439
database. Deploy this user resource in the same
437-
namespace as the |onprem| resource and with the
438-
:manual:`readWriteAnyDatabase
439-
</reference/built-in-roles/#readWriteAnyDatabase>` and
440-
:manual:`dbAdminAnyDatabase
441-
</reference/built-in-roles/#dbAdminAnyDatabase>` roles.
440+
namespace as the |onprem| resource and with all of the following roles:
441+
442+
- :manual:`readWriteAnyDatabase
443+
</reference/built-in-roles/#readWriteAnyDatabase>`
444+
- :manual:`dbAdminAnyDatabase
445+
</reference/built-in-roles/#dbAdminAnyDatabase>`
446+
- :manual:`clusterMonitor
447+
</reference/built-in-roles/#mongodb-authrole-clusterMonitor>`
442448

443449
.. opsmgrkube:: spec.backup.queryableBackupSecretRef.name
444450

@@ -1179,9 +1185,14 @@ You can use |tls| for both |s3| and your application database, or for
11791185

11801186
Name of the MongoDB user resource used to connect to the metadata
11811187
database of the |s3| oplog store. Deploy this user resource in the
1182-
same namespace as the |onprem| resource and with the
1183-
:manual:`readWriteAnyDatabase </reference/built-in-roles/#readWriteAnyDatabase>` and
1184-
:manual:`dbAdminAnyDatabase </reference/built-in-roles/#dbAdminAnyDatabase>` roles.
1188+
same namespace as the |onprem| resource and with all of the following roles:
1189+
1190+
- :manual:`readWriteAnyDatabase
1191+
</reference/built-in-roles/#readWriteAnyDatabase>`
1192+
- :manual:`dbAdminAnyDatabase
1193+
</reference/built-in-roles/#dbAdminAnyDatabase>`
1194+
- :manual:`clusterMonitor
1195+
</reference/built-in-roles/#mongodb-authrole-clusterMonitor>`
11851196

11861197
.. important::
11871198

@@ -1339,9 +1350,14 @@ You can use |tls| for both |s3| and your application database, or for
13391350

13401351
Name of the MongoDB user resource used to connect to the metadata
13411352
database of the |s3| snapshot store. Deploy this user resource in the
1342-
same namespace as the |onprem| resource and with the
1343-
:manual:`readWriteAnyDatabase </reference/built-in-roles/#readWriteAnyDatabase>` and
1344-
:manual:`dbAdminAnyDatabase </reference/built-in-roles/#dbAdminAnyDatabase>` roles.
1353+
same namespace as the |onprem| resource and with all of the following roles:
1354+
1355+
- :manual:`readWriteAnyDatabase
1356+
</reference/built-in-roles/#readWriteAnyDatabase>`
1357+
- :manual:`dbAdminAnyDatabase
1358+
</reference/built-in-roles/#dbAdminAnyDatabase>`
1359+
- :manual:`clusterMonitor
1360+
</reference/built-in-roles/#mongodb-authrole-clusterMonitor>`
13451361

13461362
.. important::
13471363

0 commit comments

Comments
 (0)