Skip to content

Commit f914daf

Browse files
Update content/integrate/redis-data-integration/data-pipelines/prepare-dbs/mongodb.md
Co-authored-by: andy-stark-redis <164213578+andy-stark-redis@users.noreply.github.com>
1 parent c3bd490 commit f914daf

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ 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-
- readAnyDatabase (optional) OR grant read for the specific database(s) you will use with RDI
41-
- clusterMonitor
40+
- `readAnyDatabase` (optional) OR grant `read` for the specific database(s) you will use with RDI
41+
- `clusterMonitor`
4242

4343
Example:
4444
```javascript

0 commit comments

Comments
 (0)