We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e8840e commit 5f862e7Copy full SHA for 5f862e7
source/introduction/connect.txt
@@ -34,8 +34,11 @@ To learn more about the connection URI format, see
34
Prerequisites
35
-------------
36
37
-To connect the {+conenctor+} to MongoDB, you need to set ``readWrite`` or
38
-``readAnyDatabase`` and ``clusterMonitor`` roles for the database user.
+To connect the {+conenctor+} to MongoDB, you must grant the database user either
+of the following:
39
+
40
+- the ``readWrite`` role
41
+- both the ``readAnyDatabase`` and ``clusterMonitor`` roles
42
43
How to Connect
44
--------------
0 commit comments