Hey guys,
I want to confirm if there is anything we can do which restricts a query run like removeAll from the collection.
Thanks
Hey guys,
I want to confirm if there is anything we can do which restricts a query run like removeAll from the collection.
Thanks
from someone/something with write access?
no native support. but you can put a proxy in front of mongs/mongod and analyze the opcode on your own and then block the request under certain conditions.