Skip to content

Commit 93b22b7

Browse files
author
Sam Kleinman
committed
DOCS-1007: additional clarification
1 parent 742aa38 commit 93b22b7

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

source/administration/sharded-clusters.txt

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -322,13 +322,18 @@ different locations within the cluster and have different roles:
322322
connected to a :program:`mongos` instance using the :term:`admin
323323
database`.
324324

325+
- Each shard has its own :term:`admin database`, which stores
326+
administrative credentials and access for that shard only.
327+
325328
- Other database credentials reside on the *primary* shard for the
326329
database.
327330

328331
This means that you *can* authenticate to these users and databases
329-
while connected directly to the *primary* shard for a database. However,
330-
for clarity and consistency all interactions between the client and
331-
the database should use a :program:`mongos` instance.
332+
while connected directly to the *primary* shard for a database. You
333+
**cannot** authenticate to a database in a sharded cluster that is not
334+
the primary for that database. However, for clarity and consistency
335+
all interactions between the client and the database should use a
336+
:program:`mongos` instance.
332337

333338
.. note::
334339

0 commit comments

Comments
 (0)