Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions source/reference/built-in-roles.txt
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,7 @@ restoring data:

.. versionchanged:: 3.6

Provides :authaction:`convertToCapped` on non-system collections.
Provides :authaction:`convertToCapped` on non-system collections.

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

.. include:: /includes/seealso-cluster-manager.rst

.. authrole:: dbAdminAnyDatabase

Provides the same access to database administration operations as
Expand Down
12 changes: 11 additions & 1 deletion source/reference/privilege-actions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -525,6 +525,16 @@ Server Administration Actions
User can perform the :dbcommand:`dropIndexes` command. Apply this action
to database or collection resources.

.. authaction:: forceUUID

.. versionadded:: 3.6

User can create a collection with a user-definied
:ref:`collection UUID <collections-uuids>` using the
:dbcommand:`applyOps` command.

Apply this action to the ``cluster`` resource.

.. authaction:: fsync

User can perform the :dbcommand:`fsync` command. Apply this action to
Expand Down Expand Up @@ -596,7 +606,7 @@ Session Actions
User can perform the :dbcommand:`killAllSessionsByPattern` command
with ``users`` and ``roles`` pattern. Apply this action to the
``cluster`` resource.

To run :dbcommand:`killAllSessionsByPattern` command, users must
also have :authaction:`killAnySession` privileges on the cluster
resource.
Expand Down