Skip to content

Commit e8d59e4

Browse files
authored
DOCSP-26449 Replace access control-aggregations docs (#2299)
* DOCSP-26449 replace with refs * one last replacement
1 parent ca3e8a7 commit e8d59e4

7 files changed

+7
-7
lines changed

source/core/authorization.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ cluster, the affiliated actions affect the state of the system rather
5353
than a specific database or collection. For information on the resource
5454
documents, see :doc:`/reference/resource-document`.
5555

56-
An :doc:`action </reference/privilege-actions>` specifies the operation
56+
An :ref:`action <security-user-actions>` specifies the operation
5757
allowed on the resource. For available actions see
5858
:doc:`/reference/privilege-actions`.
5959

source/core/collection-level-access-control.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ that grant privileges on a collection level.
2424
Privileges and Scope
2525
--------------------
2626

27-
A privilege consists of :doc:`actions </reference/privilege-actions>`
27+
A privilege consists of :ref:`actions <security-user-actions>`
2828
and the :doc:`resources </reference/resource-document>` upon which the
2929
actions are permissible; i.e. the resources define the scope of the
3030
actions for that privilege.

source/core/transactions-production-consideration.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ pressure.
136136
Transactions and Security
137137
-------------------------
138138

139-
- If running with :doc:`access control </core/authorization>`, you must
139+
- If running with :ref:`access control <authorization>`, you must
140140
have :doc:`privileges </reference/built-in-roles>` for the
141141
:ref:`operations in the transaction <transactions-operations>`.
142142

source/includes/access-mongodump-collections.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
To run :binary:`~bin.mongodump` against a MongoDB deployment that has
2-
:doc:`access control </core/authorization>` enabled, you must have
2+
:ref:`access control <authorization>` enabled, you must have
33
privileges that grant :authaction:`find` action for each database to
44
back up. The built-in :authrole:`backup` role provides the required
55
privileges to perform backup of any and all databases.

source/includes/introduction-deploy-replica-set.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
This tutorial describes how to create a three-member :term:`replica
22
set` from three existing :binary:`~bin.mongod` instances running with
3-
:doc:`access control </core/authorization>` disabled.
3+
:ref:`access control <authorization>` disabled.
44

55
To deploy a replica set with enabled :doc:`access control
66
</core/authorization>`, see

source/reference/glossary.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Glossary
4040
action
4141
An operation the user can perform on a resource. Actions and
4242
:term:`resources <resource>` combine to create :term:`privileges
43-
<privilege>`. See :doc:`action </reference/privilege-actions>`.
43+
<privilege>`. See :ref:`action <security-user-actions>`.
4444

4545
admin database
4646
A privileged database. Users

source/reference/method/Session.startTransaction.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Operations Supported within a Transaction
8484

8585
.. note::
8686

87-
If running with :doc:`access control </core/authorization>`, you
87+
If running with :ref:`access control <authorization>`, you
8888
must have privileges for the :ref:`operations in the transaction
8989
<transactions-operations>`.
9090

0 commit comments

Comments
 (0)