You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix auth enforcement test to use a command that requires auth
ping is on MongoDB's auth bypass list and always succeeds even when
--auth is enabled, so the unauthenticated connection check never
actually tested auth enforcement. Use listDatabases instead, which
requires authentication and will fail without credentials.
0 commit comments