Skip to content

Commit

Permalink
Docs: highlight the requirement on MongoDB user access levels (#21462)
Browse files Browse the repository at this point in the history
  • Loading branch information
mickaelandrieu authored Jan 17, 2023
1 parent 97dc609 commit e38baf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/integrations/sources/mongodb-v2.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ use admin;
db.createUser({user: "READ_ONLY_USER", pwd: "READ_ONLY_PASSWORD", roles: [{role: "read", db: "TARGET_DATABASE"}]})
```

Make sure the user have appropriate access levels.
**Make sure the user have appropriate access levels, a user with higher access levels may throw an exception.**

### Enable MongoDB authentication

Expand Down

0 comments on commit e38baf4

Please sign in to comment.