Closed
Description
After build a db instance , there is no guarantee that the configuration is correct, I try to use db.getVersion()
as Ping method, but the user don't have the permission, is this require _system
access ?
And why these operation need _system
access ?
db.getVersion()
db.getAccessibleDatabases()
db.getLogLevel()
db.getUser(properties.getUser()) // Current user
Give me
Response: 401, Error: 11 - not authorized to execute this request
PS: driver version 4.1.10, server version 3.1