mongodb / mongodb/support-tools
Remove Write Permission from getMongoData Roles
Open
@zhangyaoxing is already working on this.
Since Sep 17, 2025.
enhancement
- Dominant language
- Go
- Stars
- 140
- Forks
- 154
- Avg merge
- 3d 22h
- Merged PRs (30d)
- 2
Description
The getMongoData.js script is supposed to be readonly. But the 3 roles listed in the README.md contains update permission on some of the collections. They should be removed.
| backup | readAnyDatabase | clusterMonitor |
|---|---|---|
| update/insert against config.settings. | readonly | readonly |
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.