In our organisation we got one VAPT comment that "Mongo DB credentials not set" now normally we have seen when ever team has logged in into mongo they will be using below format:
# mongo admin -u deploy_admin -p password
but after getting the VAPT comment just tried to log with below:
# mongo admin
and was able to login, so would like to know what should be the default behavior should it act like that?
Also found this 000037015 - How to reset deploy_admin password for mongo DB in RSA NetWitness Platform 11.x
As per this doc should we check out step 5 or there can be other reason behind it.
It could be because authentication is disabled but the question I have for you is can you do anything on login? In my case, I can do the same as you but because I didn't authenticate with any means, any of the common database operations I expect I cannot complete or get nothing for any query I may run.