mongo icon indicating copy to clipboard operation
mongo copied to clipboard

Is it possible to provide a method for controlling the password authentication process in nonreplicaset?

Open trelload opened this issue 1 year ago • 0 comments
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?

trelload avatar Mar 08 '24 01:03 trelload