Skip to content

Commit 9740f5a

Browse files
jason-price-mongodbjason-price-mongodb
andauthored
DOCS-15019 cluster authentication (#744)
* DOCS-15019-cluster-authentication * DOCS-15019-cluster-authentication * DOCS-15019-cluster-authentication * DOCS-15019-cluster-authentication * DOCS-15019-cluster-authentication * DOCS-15019-cluster-authentication * DOCS-15019-cluster-authentication Co-authored-by: jason-price-mongodb <[email protected]>
1 parent 8736d38 commit 9740f5a

File tree

5 files changed

+19
-0
lines changed

5 files changed

+19
-0
lines changed

source/core/sharded-cluster-config-servers.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,5 +181,7 @@ security and prevent unauthorized cluster components from accessing the
181181
cluster. You must start each :binary:`~bin.mongod` in the cluster with the
182182
appropriate security settings in order to enforce internal authentication.
183183

184+
.. include:: /includes/intra-cluster-authentication.rst
185+
184186
See :doc:`/tutorial/deploy-sharded-cluster-with-keyfile-access-control` for a
185187
tutorial on deploying a secured sharded cluster.

source/core/sharded-cluster-query-router.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -333,6 +333,8 @@ cluster. You must start each :binary:`~bin.mongod` or :binary:`~bin.mongos` in t
333333
cluster with the appropriate security settings in order to enforce internal
334334
authentication.
335335

336+
.. include:: /includes/intra-cluster-authentication.rst
337+
336338
See :doc:`/tutorial/deploy-sharded-cluster-with-keyfile-access-control` for a
337339
tutorial on deploying a secured sharded cluster.
338340

source/core/sharded-cluster-shards.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ security and prevent unauthorized cluster components from accessing the
7575
cluster. You must start each :binary:`~bin.mongod` in the cluster with the
7676
appropriate security settings in order to enforce internal authentication.
7777

78+
.. include:: /includes/intra-cluster-authentication.rst
79+
7880
See :doc:`/tutorial/deploy-sharded-cluster-with-keyfile-access-control` for a
7981
tutorial on deploying a secured sharded cluster.
8082

@@ -87,6 +89,8 @@ in the replica set with the :option:`--auth <mongod --auth>` option to enforce R
8789
Alternatively, enforcing :doc:`/core/security-internal-authentication` for
8890
intra-cluster security also enables user access controls via RBAC.
8991

92+
.. include:: /includes/intra-cluster-authentication.rst
93+
9094
Each shard has its own shard-local users. These users cannot be used
9195
on other shards, nor can they be used for connecting to the cluster
9296
via a :binary:`~bin.mongos`.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Starting in MongoDB 5.3, :ref:`SCRAM-SHA-1 <authentication-scram-sha-1>`
2+
cannot be used for intra-cluster authentication. Only
3+
:ref:`SCRAM-SHA-256 <authentication-scram-sha-256>` is supported.
4+
5+
In previous MongoDB versions, SCRAM-SHA-1 and SCRAM-SHA-256 can both be
6+
used for intra-cluster authentication, even if SCRAM is not explicitly
7+
enabled.

source/release-notes/5.3-compatibility.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,7 @@ single document.
3535

3636
See :parameter:`indexMaxNumGeneratedKeysPerDocument`.
3737

38+
Intra-Cluster Authentication
39+
----------------------------
40+
41+
.. include:: /includes/intra-cluster-authentication.rst

0 commit comments

Comments
 (0)