I have mongo running on my system however I can access all my databases/collections from other peoples accounts. Can I secure specific collections? How do I block access to my collections but not cut them off of the mongo shell?
Asked
Active
Viewed 41 times
1 Answers
1
For authentication purposes you need to start mongod with --auth option (Considering the user and passwords already created.)
For further info please refer this links

Abhijeet Kasurde
- 983
- 9
- 20