Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions source/introduction/connect.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,15 @@ The following is an example of a connection URI for a MongoDB replica set:
To learn more about the connection URI format, see
:manual:`Connection String URI Format </reference/connection-string/>` in the MongoDB Manual.

Prerequisites
-------------

To connect the {+conenctor+} to MongoDB, you must grant the database user either
of the following:

- the ``readWrite`` role
- both the ``readAnyDatabase`` and ``clusterMonitor`` roles

How to Connect
--------------

Expand Down