Skip to content

Commit a138ba8

Browse files
mongodbchezjwilliams-mongo
authored andcommitted
DOCSP-14128: Adds note calling out that you can't assign a db user to more than on… (#769)
* Adds note calling out that you can't assign a db user to more than one resource * move note location * Fixes important tag spacing, clarifies what a resource is (still need to double check that w a tech reviewer) * adds space * Updates note w info about admin users. I'd like to claridy this in tech review
1 parent ba9a4f4 commit a138ba8

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

source/tutorial/manage-database-users-scram.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,18 @@ Before managing database users, you must deploy a
7373
Add a Database User
7474
-------------------
7575

76+
.. important::
77+
78+
You cannot assign the same database user
79+
to more than one MongoDB
80+
:doc:`standalone </tutorial/deploy-standalone>`,
81+
:doc:`replica set </tutorial/deploy-replica-set>`, or
82+
:doc:`sharded cluster </tutorial/deploy-sharded-cluster>`.
83+
This includes database users with
84+
:guilabel:`admin` roles.
85+
86+
87+
7688
Create User Secret
7789
~~~~~~~~~~~~~~~~~~
7890

0 commit comments

Comments
 (0)