Skip to content

Commit 66fa1d8

Browse files
authored
DOCSP-24831: use namespace with db.coll format (#2276)
* DOCSP-24831: use namespace with db.coll fmt * autobuilder
1 parent 26310c7 commit 66fa1d8

File tree

16 files changed

+31
-41
lines changed

16 files changed

+31
-41
lines changed

source/includes/queryable-encryption/quick-start/dek.rst

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -80,12 +80,10 @@
8080

8181
.. note:: {+key-vault-long-title+} Namespace Permissions
8282

83-
The {+key-vault-long+} in this guide is the ``__keyVault``
84-
collection in the ``encryption`` database.
85-
Ensure that the database user your application uses to connect
86-
to MongoDB has `ReadWrite
87-
<https://www.mongodb.com/docs/manual/reference/built-in-roles/#readWrite>`_
88-
permissions on the ``encryption.__keyVault`` namespace.
83+
The {+key-vault-long+} is in the ``encryption.__keyVault``
84+
namespace. Ensure that the database user your application uses to connect
85+
to MongoDB has :ref:`ReadWrite <manual-reference-role-read-write>`
86+
permissions on this namespace.
8987

9088
.. tabs-drivers::
9189

source/includes/queryable-encryption/quick-start/key-vault-index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Create a unique index on the ``keyAltNames`` field in your
2-
``encryption.__keyVault`` collection.
2+
``encryption.__keyVault`` namespace.
33

44
.. include:: /includes/queryable-encryption/tab-note.rst
55

source/includes/queryable-encryption/tutorials/automatic/aws/dek.rst

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -144,12 +144,10 @@
144144

145145
.. note:: {+key-vault-long-title+} Namespace Permissions
146146

147-
The {+key-vault-long+} in this guide is the ``__keyVault``
148-
collection in the ``encryption`` database.
149-
Ensure that the database user your application uses to connect
150-
to MongoDB has `ReadWrite
151-
<https://www.mongodb.com/docs/manual/reference/built-in-roles/#readWrite>`_
152-
permissions on the ``encryption.__keyVault`` namespace.
147+
The {+key-vault-long+} is in the ``encryption.__keyVault``
148+
namespace. Ensure that the database user your application uses to connect
149+
to MongoDB has :ref:`ReadWrite <manual-reference-role-read-write>`
150+
permissions on this namespace.
153151

154152
.. tabs-drivers::
155153

source/includes/queryable-encryption/tutorials/automatic/aws/key-vault-index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Create a unique index on the ``keyAltNames`` field in your
2-
``encryption.__keyVault`` collection.
2+
``encryption.__keyVault`` namespace.
33

44
.. include:: /includes/queryable-encryption/tab-note.rst
55

source/includes/queryable-encryption/tutorials/automatic/azure/dek.rst

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -150,12 +150,10 @@
150150

151151
.. note:: {+key-vault-long-title+} Namespace Permissions
152152

153-
The {+key-vault-long+} in this guide is the ``__keyVault``
154-
collection in the ``encryption`` database.
155-
Ensure that the database user your application uses to connect
156-
to MongoDB has `ReadWrite
157-
<https://www.mongodb.com/docs/manual/reference/built-in-roles/#readWrite>`_
158-
permissions on the ``encryption.__keyVault`` namespace.
153+
The {+key-vault-long+} is in the ``encryption.__keyVault``
154+
namespace. Ensure that the database user your application uses to connect
155+
to MongoDB has :ref:`ReadWrite <manual-reference-role-read-write>`
156+
permissions on this namespace.
159157

160158
.. tabs-drivers::
161159

source/includes/queryable-encryption/tutorials/automatic/azure/key-vault-index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Create a unique index on the ``keyAltNames`` field in your
2-
``encryption.__keyVault`` collection.
2+
``encryption.__keyVault`` namespace.
33

44
.. include:: /includes/queryable-encryption/tab-note.rst
55

source/includes/queryable-encryption/tutorials/automatic/gcp/dek.rst

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -146,12 +146,10 @@
146146

147147
.. note:: {+key-vault-long-title+} Namespace Permissions
148148

149-
The {+key-vault-long+} in this guide is the ``__keyVault``
150-
collection in the ``encryption`` database.
151-
Ensure that the database user your application uses to connect
152-
to MongoDB has `ReadWrite
153-
<https://www.mongodb.com/docs/manual/reference/built-in-roles/#readWrite>`_
154-
permissions on the ``encryption.__keyVault`` namespace.
149+
The {+key-vault-long+} is in the ``encryption.__keyVault``
150+
namespace. Ensure that the database user your application uses to connect
151+
to MongoDB has :ref:`ReadWrite <manual-reference-role-read-write>`
152+
permissions on this namespace.
155153

156154
.. tabs-drivers::
157155

source/includes/queryable-encryption/tutorials/automatic/gcp/key-vault-index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Create a unique index on the ``keyAltNames`` field in your
2-
``encryption.__keyVault`` collection.
2+
``encryption.__keyVault`` namespace.
33

44
.. include:: /includes/queryable-encryption/tab-note.rst
55

source/includes/queryable-encryption/tutorials/automatic/kmip/key-vault-index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Create a unique index on the ``keyAltNames`` field in your
2-
``encryption.__keyVault`` collection.
2+
``encryption.__keyVault`` namespace.
33

44
.. include:: /includes/queryable-encryption/tab-note.rst
55

source/includes/queryable-encryption/tutorials/exp/key-vault-index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Create a unique index on the ``keyAltNames`` field in your
2-
``encryption.__keyVault`` collection.
2+
``encryption.__keyVault`` namespace.
33

44
.. include:: /includes/queryable-encryption/tab-note.rst
55

source/includes/quick-start/dek.rst

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,10 @@
6969

7070
.. note:: {+key-vault-long-title+} Namespace Permissions
7171

72-
The {+key-vault-long+} in this guide is the ``__keyVault``
73-
collection in the ``encryption`` database.
74-
Ensure that the database user your application uses to connect
75-
to MongoDB has `ReadWrite
76-
<https://www.mongodb.com/docs/manual/reference/built-in-roles/#readWrite>`_
77-
permissions on the ``encryption.__keyVault`` namespace.
72+
The {+key-vault-long+} is in the ``encryption.__keyVault``
73+
namespace. Ensure that the database user your application uses to connect
74+
to MongoDB has :ref:`ReadWrite <manual-reference-role-read-write>`
75+
permissions on this namespace.
7876

7977
.. tabs-drivers::
8078

source/includes/quick-start/key-vault-index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Create a unique index on the ``keyAltNames`` field in your
2-
``encryption.__keyVault`` collection.
2+
``encryption.__keyVault`` namespace.
33

44
.. include:: /includes/queryable-encryption/tab-note.rst
55

source/includes/tutorials/automatic/aws/key-vault-index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Create a unique index on the ``keyAltNames`` field in your
2-
``encryption.__keyVault`` collection.
2+
``encryption.__keyVault`` namespace.
33

44
.. include:: /includes/queryable-encryption/tab-note.rst
55

source/includes/tutorials/automatic/azure/key-vault-index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Create a unique index on the ``keyAltNames`` field in your
2-
``encryption.__keyVault`` collection.
2+
``encryption.__keyVault`` namespace.
33

44
.. include:: /includes/queryable-encryption/tab-note.rst
55

source/includes/tutorials/automatic/gcp/key-vault-index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Create a unique index on the ``keyAltNames`` field in your
2-
``encryption.__keyVault`` collection.
2+
``encryption.__keyVault`` namespace.
33

44
.. include:: /includes/queryable-encryption/tab-note.rst
55

source/includes/tutorials/automatic/kmip/key-vault-index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Create a unique index on the ``keyAltNames`` field in your
2-
``encryption.__keyVault`` collection.
2+
``encryption.__keyVault`` namespace.
33

44
.. include:: /includes/queryable-encryption/tab-note.rst
55

0 commit comments

Comments
 (0)