Skip to content
This repository was archived by the owner on May 1, 2025. It is now read-only.

Commit 6767e01

Browse files
use-include
1 parent 0ed73c7 commit 6767e01

File tree

2 files changed

+8
-10
lines changed

2 files changed

+8
-10
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
The user specified in the ``mongosync`` connection string must have the
2-
required permissions on the source and destination clusters. The
3-
permissions vary depending on your environment and if you want to
4-
modify write-blocking settings or use reverse sync.
2+
required :ref:`c2c-permissions-and-roles` on the source and destination
3+
clusters. The permissions vary depending on your environment and if you
4+
want to modify write-blocking settings or use reverse sync.
55

source/reference/api/start.txt

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -142,10 +142,9 @@ Request Body Parameters
142142
before ``canWrite`` is ``true``.
143143

144144
To reverse sync, the ``enableUserWriteBlocking`` field must be set
145-
to ``"sourceAndDestination"`` and the user must have assigned the
146-
:authrole:`restore` role for both source and destination.
145+
to ``"sourceAndDestination"``.
147146

148-
For more information, see :ref:`c2c-permissions-and-roles`.
147+
.. include:: /includes/fact-permissions-body.rst
149148

150149
To allow the source cluster to accept writes again, for example
151150
after running migration tests, run the following command:
@@ -181,10 +180,9 @@ Request Body Parameters
181180
reversed.
182181

183182
To reverse sync, the ``enableUserWriteBlocking`` field must be set
184-
to ``sourceAndDestination`` and the user must have assigned the
185-
:authrole:`restore` role for both source and destination.
186-
187-
For more information, see :ref:`c2c-permissions-and-roles`.
183+
to ``sourceAndDestination``.
184+
185+
.. include:: /includes/fact-permissions-body.rst
188186

189187
This option is not supported for the following configurations:
190188

0 commit comments

Comments
 (0)