Skip to content

Commit f211cfa

Browse files
DOCS-11059 - Updates per Ravind's feedback
1 parent 73c2ed2 commit f211cfa

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

source/reference/built-in-roles.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@ restoring data:
509509

510510
.. versionchanged:: 3.6
511511

512-
Provides :authaction:`convertToCapped` on non-system collections.
512+
Provides :authaction:`convertToCapped` on non-system collections.
513513

514514
Provides privileges needed to restore data from backups that do not
515515
include :data:`system.profile <<database>.system.profile>`
@@ -708,7 +708,7 @@ except ``local`` and ``config``:
708708
applies to the ``local`` and ``config`` databases.
709709

710710
.. include:: /includes/seealso-cluster-manager.rst
711-
711+
712712
.. authrole:: dbAdminAnyDatabase
713713

714714
Provides the same access to database administration operations as

source/reference/privilege-actions.txt

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -525,6 +525,16 @@ Server Administration Actions
525525
User can perform the :dbcommand:`dropIndexes` command. Apply this action
526526
to database or collection resources.
527527

528+
.. authaction:: forceUUID
529+
530+
.. versionadded:: 3.6
531+
532+
User can create a collection with a user-definied
533+
:ref:`collection UUID <collections-uuids>` using the
534+
:dbcommand:`applyOps` command.
535+
536+
Apply this action to the ``cluster`` resource.
537+
528538
.. authaction:: fsync
529539

530540
User can perform the :dbcommand:`fsync` command. Apply this action to
@@ -596,7 +606,7 @@ Session Actions
596606
User can perform the :dbcommand:`killAllSessionsByPattern` command
597607
with ``users`` and ``roles`` pattern. Apply this action to the
598608
``cluster`` resource.
599-
609+
600610
To run :dbcommand:`killAllSessionsByPattern` command, users must
601611
also have :authaction:`killAnySession` privileges on the cluster
602612
resource.

0 commit comments

Comments
 (0)