Collection query exception fails with error on "meteor_accounts loginServiceConfiguration"

What mongo permission does the collection need. I tried createIndex,listIndexes,find,remove,update,insert. But all lead to

Exception from sub meteor.loginServiceConfiguration id 123 Error: Exception while polling query {"collectionName":"meteor_accounts_loginServiceConfiguration","selector":{},"options":{"transform":null,"fields":{"secret":0}}}: not authorized for query on db.meteor_accounts_loginServiceConfiguration

while reloading the page.

Why does it get queried at all? I only use accounts password to login users.

thanks