Skip to content

Commit 3474c9f

Browse files
committed
DOCSP-15407 address build errors NextGen part 3
1 parent b70ad19 commit 3474c9f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

source/reference/built-in-roles.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -558,7 +558,7 @@ Cluster Administration Roles
558558
.. versionchanged:: 4.4
559559

560560
Starting in version 4.4, :authrole:`hostManager` no longer
561-
provides the :authrole:`cpuProfiler` privilege action on the
561+
provides the :authaction:`cpuProfiler` privilege action on the
562562
cluster.
563563

564564
On *all* databases in the cluster, provides the following actions:

source/reference/command/compact.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,17 +91,17 @@ Definition
9191
-------------------------------
9292

9393
For clusters enforcing :ref:`authentication <authentication>`,
94-
you must authenticate as a user with the :authrole:`compact` privilege
94+
you must authenticate as a user with the :authaction:`compact` privilege
9595
action on the target collection. The :authrole:`dbAdmin` role provides
9696
the required privileges for running :dbcommand:`compact` against
9797
non-system collections.
9898

9999
For :ref:`system collections <metadata-system-collections>`, create a
100-
custom role that grants the :authrole:`compact` action on the system
100+
custom role that grants the :authaction:`compact` action on the system
101101
collection. You can then grant that role to a new or existing user and
102102
authenticate as that user to perform the :dbcommand:`compact` command.
103103
For example, the following operations create a custom role that grants
104-
the :authrole:`compact` action against specified database and
104+
the :authaction:`compact` action against specified database and
105105
collection:
106106

107107
.. code-block:: javascript

0 commit comments

Comments
 (0)