Skip to content

DOCSP-15360, DOCSP-15407 foreport address build errors part3 #5174

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
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
2 changes: 1 addition & 1 deletion source/reference/built-in-roles.txt
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,7 @@ Cluster Administration Roles
.. versionchanged:: 4.4

Starting in version 4.4, :authrole:`hostManager` no longer
provides the :authrole:`cpuProfiler` privilege action on the
provides the :authaction:`cpuProfiler` privilege action on the
cluster.

On *all* databases in the cluster, provides the following actions:
Expand Down
6 changes: 3 additions & 3 deletions source/reference/command/compact.txt
Original file line number Diff line number Diff line change
Expand Up @@ -91,17 +91,17 @@ Definition
-------------------------------

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

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

.. code-block:: javascript
Expand Down