Skip to content

Commit d42060a

Browse files
authored
Merge pull request #195 from carriecwk/DOCSP-31236
(DOCSP-31236) user role requirements for kafka connector
2 parents 90add65 + 5f862e7 commit d42060a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

source/introduction/connect.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,15 @@ The following is an example of a connection URI for a MongoDB replica set:
3131
To learn more about the connection URI format, see
3232
:manual:`Connection String URI Format </reference/connection-string/>` in the MongoDB Manual.
3333

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+
3443
How to Connect
3544
--------------
3645

0 commit comments

Comments
 (0)