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.
2 parents 90add65 + 5f862e7 commit d42060aCopy full SHA for d42060a
source/introduction/connect.txt
@@ -31,6 +31,15 @@ The following is an example of a connection URI for a MongoDB replica set:
31
To learn more about the connection URI format, see
32
:manual:`Connection String URI Format </reference/connection-string/>` in the MongoDB Manual.
33
34
+Prerequisites
35
+-------------
36
+
37
+To connect the {+conenctor+} to MongoDB, you must grant the database user either
38
+of the following:
39
40
+- the ``readWrite`` role
41
+- both the ``readAnyDatabase`` and ``clusterMonitor`` roles
42
43
How to Connect
44
--------------
45
0 commit comments