From a2ee583a8b4f902c79b63f40251b5a7543d44dbd Mon Sep 17 00:00:00 2001 From: jeff-allen-mongo Date: Mon, 27 Nov 2017 12:57:16 -0500 Subject: [PATCH] DOCS-11059 - Updates per Ravind's feedback --- source/reference/built-in-roles.txt | 4 ++-- source/reference/privilege-actions.txt | 12 +++++++++++- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/source/reference/built-in-roles.txt b/source/reference/built-in-roles.txt index 47373ccfe81..642daec4790 100644 --- a/source/reference/built-in-roles.txt +++ b/source/reference/built-in-roles.txt @@ -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 <.system.profile>` @@ -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 diff --git a/source/reference/privilege-actions.txt b/source/reference/privilege-actions.txt index 72d4cddac08..0e391f04941 100644 --- a/source/reference/privilege-actions.txt +++ b/source/reference/privilege-actions.txt @@ -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 ` 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 @@ -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.