Does arbiter node in mongodb has admin database -


i have set 3 mongodb nodes in replication set - primary, secondary , arbiter.

i want know arbiter node in mongo database has admin database default when configured.

thanks

the arbiter not contain data therefore or application won't need authenticate if connect directly.

when application connecting replicaset detect if node arbiter , don't attempt connect it.

depending on driver there exceptions (bugs) application still attempt authenticate arbiter.


Comments

Popular posts from this blog

php - SPIP: From Tag directly to an article -

jquery - isAjaxRequest always return false -

google app engine - 403 Forbidden POST - Flask WTForms -