File tree Expand file tree Collapse file tree 7 files changed +54
-2
lines changed Expand file tree Collapse file tree 7 files changed +54
-2
lines changed Original file line number Diff line number Diff line change
1
+
2
+
3
+ ``mongosync `` does not protect the |endpoint | endpoint. However, by default
4
+ the API binds to localhost only and does not accept calls from other sources.
5
+ Additionally, the |endpoint | call does not expose connection credentials
6
+ or user data.
7
+
8
+
Original file line number Diff line number Diff line change @@ -150,7 +150,6 @@ State
150
150
~~~~~
151
151
152
152
If the ``commit`` request is successful, ``mongosync`` enters the
153
- ``COMMITTING`` state, then automatically transitions to the
154
153
``COMMITTED`` state. Once ``mongosync`` enters the ``COMMITTED`` state,
155
154
continuous sync between the clusters stops.
156
155
@@ -159,4 +158,11 @@ Data Verification
159
158
160
159
.. include:: /includes/fact-verification
161
160
161
+ Endpoint Protection
162
+ ~~~~~~~~~~~~~~~~~~~
163
+
164
+ .. |endpoint| replace:: ``commit``
165
+ .. include:: /includes/fact-api-endpoint
166
+
167
+
162
168
Original file line number Diff line number Diff line change @@ -77,3 +77,12 @@ Behavior
77
77
increase the size of the replica set :term:`oplog` in the source
78
78
cluster. To learn more, see :ref:`Frequently Asked Questions
79
79
<c2c-faq-increase-oplog>`.
80
+
81
+ Endpoint Protection
82
+ ~~~~~~~~~~~~~~~~~~~
83
+
84
+ .. |endpoint| replace:: ``pause``
85
+ .. include:: /includes/fact-api-endpoint
86
+
87
+
88
+
Original file line number Diff line number Diff line change @@ -59,6 +59,13 @@ Behavior
59
59
- The endpoint does not auto-refresh. To get updated status, call the
60
60
``progress`` endpoint again.
61
61
62
+ Endpoint Protection
63
+ ~~~~~~~~~~~~~~~~~~~
64
+
65
+ .. |endpoint| replace:: ``progress``
66
+ .. include:: /includes/fact-api-endpoint
67
+
68
+
62
69
Example
63
70
-------
64
71
Original file line number Diff line number Diff line change @@ -73,3 +73,11 @@ Behavior
73
73
74
74
If the ``resume`` request is successful, ``mongosync`` enters the
75
75
``RUNNING`` state.
76
+
77
+ Endpoint Protection
78
+ ~~~~~~~~~~~~~~~~~~~
79
+
80
+ .. |endpoint| replace:: ``resume``
81
+ .. include:: /includes/fact-api-endpoint
82
+
83
+
Original file line number Diff line number Diff line change @@ -141,3 +141,10 @@ To view the mapping direction for the synchronization of the source and
141
141
destination clusters, use the :ref:`progress <c2c-api-progress>`
142
142
endpoint and check the ``directionMapping`` object.
143
143
144
+ Endpoint Protection
145
+ ~~~~~~~~~~~~~~~~~~~
146
+
147
+ .. |endpoint| replace:: ``reverse``
148
+ .. include:: /includes/fact-api-endpoint
149
+
150
+
Original file line number Diff line number Diff line change @@ -468,4 +468,11 @@ Indexes that are always built include:
468
468
sharded collection, which are removed after commit. When ``buildIndexes`` is
469
469
set to ``never``, ``mongosync`` retains this index after commit.
470
470
471
-
471
+
472
+ Endpoint Protection
473
+ ~~~~~~~~~~~~~~~~~~~
474
+
475
+ .. |endpoint| replace:: ``start``
476
+ .. include:: /includes/fact-api-endpoint
477
+
478
+
You can’t perform that action at this time.
0 commit comments