mongodb - Database with no authentication -
i have mongodb install on server of 1 of clients.
an application have no control on using 1 single mongo database without authentication.
basically every new database requires authentication, previous 1 needs accessed without using credentials.
i managed enable authentication successfully, previous database requires authentication.
how can achieve this?
sorry, not possible. mongodb authentication on/off per instance. try splitting 1 database out own instance?
Comments
Post a Comment