所以,我测试mongoDB过滤命令并输入我的服务器
mongod --dbpath data/db
--auth
--setParameter
auditAuthorizationSuccess=true
--auditDestination file
--auditFilter "{ atype: 'authCheck', 'param.command': { $in: [ 'find', 'insert', 'delete', 'update', 'findandmodify' ] } }" --auditFormat JSON --auditPath data/db/auditLog.json
然后,我试图将数据插入我的汽车数据库中,但它告诉我我未经授权。当我不运行审核命令时,它可以正常工作,并且可以轻松插入数据。
好吧,我弄清楚了。我只需要让自己成为管理员