Skip to content

Commit d20ff1c

Browse files
committed
Update create MongoDB user for RDI part
1 parent 67ce44a commit d20ff1c

File tree

1 file changed

+1
-2
lines changed
  • content/integrate/redis-data-integration/data-pipelines/prepare-dbs

1 file changed

+1
-2
lines changed

content/integrate/redis-data-integration/data-pipelines/prepare-dbs/mongodb.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@ For detailed guidance, see the Debezium [oplog configuration documentation](http
3737

3838
## 2. Create a MongoDB User for RDI
3939
Create a user with the following roles on the source database:
40-
- read
41-
- readAnyDatabase (optional if you don't want to give `read` role for each database)
40+
- readAnyDatabase (optional) OR grant read for the specific database(s) you will use with RDI
4241
- clusterMonitor
4342

4443
Example:

0 commit comments

Comments
 (0)