mongo
mongo copied to clipboard
Is it possible to provide a method for controlling the password authentication process in nonreplicaset?
trafficstars
config file has been divided into replicaset and nonreplicaset. In the case of nonreplicatset, the authentication process with username and password is mandatory. The part related to SetAuth in the newTokenStore function in the token_store file needs to be controlled. Can you add a section to handle this even if it's a nonreplicaset, as there are cases where the password is not set?