Skip to content

Commit 8fe2b6b

Browse files
authored
(DOCSP-38083) Deprecate blacklist and whitelist terminology. (#618)
[JIRA](https://jira.mongodb.org/browse/DOCSP-38083)
1 parent 14dc600 commit 8fe2b6b

27 files changed

+50
-50
lines changed

config/redirects

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -778,7 +778,7 @@ raw: /master/schema-advisor/consider-embedded-documents-arrays -> ${base}/v4.4/s
778778
[*-v4.0]: ${bucket_prefix}/${version}/reference/api/clusters/clusters-update-one -> ${base}/${version}/reference/api/clusters
779779

780780

781-
# Programmatic API Keys - Org Whitelist
781+
# Programmatic API Keys - Org Access List
782782
[*-v4.0]: ${bucket_prefix}/${version}/reference/api/org-api-key-whitelists/ -> ${base}/${version}/reference/api/whitelist/
783783
[*-v4.0]: ${bucket_prefix}/${version}/reference/api/api-keys/org/get-all-org-api-key-whitelist/ -> ${base}/${version}/reference/api/whitelist/
784784
[*-v4.0]: ${bucket_prefix}/${version}/reference/api/api-keys/org/get-one-org-api-key-whitelist/ -> ${base}/${version}/reference/api/whitelist/
@@ -794,7 +794,7 @@ raw: /master/schema-advisor/consider-embedded-documents-arrays -> ${base}/v4.4/s
794794
[*-v4.0]: ${bucket_prefix}/${version}/reference/api/api-keys/global/update-one-global-api-key/ -> ${base}/${version}/reference/api/
795795
[*-v4.0]: ${bucket_prefix}/${version}/reference/api/api-keys/global/delete-one-global-api-key/ -> ${base}/${version}/reference/api/
796796

797-
# Programmatic API Keys - Global Whitelist
797+
# Programmatic API Keys - Global Access List
798798
[*-v4.0]: ${bucket_prefix}/${version}/reference/api/global-api-key-whitelists/ -> ${base}/${version}/reference/api/
799799
[*-v4.0]: ${bucket_prefix}/${version}/reference/api/api-keys/global/get-all-global-whitelist/ -> ${base}/${version}/reference/api/
800800
[*-v4.0]: ${bucket_prefix}/${version}/reference/api/api-keys/global/get-one-global-whitelist/ -> ${base}/${version}/reference/api/

source/core/backup-preparations.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -460,17 +460,17 @@ to back up. You can apply a namespace filter to any database except
460460
``admin`` and ``local`` and any collection that doesn't start with
461461
``system``.
462462

463-
You create either a :guilabel:`Blacklist` of those to
464-
exclude or a :guilabel:`Whitelist` of those to include. You make your
463+
You create either a :guilabel:`Deny List` of those to
464+
exclude or a :guilabel:`Access List` of those to include. You make your
465465
selections when starting a backup and can later edit them as needed. If
466466
you change the filter in a way that adds data to your backup, a resync
467467
is required.
468468

469-
Use the blacklist to prevent backup of collections that contain logging
469+
Use the deny list to prevent backup of collections that contain logging
470470
data, caches, or other ephemeral data. Excluding these kinds of
471471
databases and collections will allow you to reduce backup time and
472-
costs. Using a blacklist is often preferable to using a whitelist as a
473-
whitelist requires you to intentionally opt in to every namespace you
472+
costs. Using a deny list is often preferable to using an access list as a
473+
access list requires you to intentionally opt in to every namespace you
474474
want backed up.
475475

476476
.. include:: /includes/facts/namespace-filter-version.rst

source/includes/api/alert-eventTypeNames-om.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
**Backup**
2121
- :alert:`BAD_CLUSTERSHOTS`
22-
- :alert:`CLUSTER_BLACKLIST_UPDATED_AUDIT`
22+
- :alert:`CLUSTER_DENYLIST_UPDATED_AUDIT`
2323
- :alert:`CLUSTER_CHECKKPOINT_UPDATED_AUDIT`
2424
- :alert:`CLUSTER_CREDENTIAL_UPDATED_AUDIT`
2525
- :alert:`CLUSTER_SNAPSHOT_SCHEDULE_UPDATED_AUDIT`
@@ -37,7 +37,7 @@
3737
- :alert:`RESTORE_REQUESTED_AUDIT`
3838
- :alert:`RESYNC_PERFORMED`
3939
- :alert:`RESYNC_REQUIRED`
40-
- :alert:`RS_BLACKLIST_UPDATED_AUDIT`
40+
- :alert:`RS_DENYLIST_UPDATED_AUDIT`
4141
- :alert:`RS_CREDENTIAL_UPDATED_AUDIT`
4242
- :alert:`RS_ROTATE_MASTER_KEY_AUDIT`
4343
- :alert:`RS_SNAPSHOT_SCHEDULE_UPDATED_AUDIT`

source/includes/api/list-tables/snapshot-cs-documents.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,14 +104,14 @@
104104
- A value that determines how :manual:`namespaces </reference/glossary/#std-term-namespace>` are
105105
filtered for this snapshot.
106106

107-
- If this value is set to ``blacklist``, namespaces in
107+
- If this value is set to ``denyList``, namespaces in
108108
``namespaceFilterList.filterList`` are excluded from the
109109
snapshot.
110-
- If this value is set to ``whitelist``, only namespaces in
110+
- If this value is set to ``accessList``, only namespaces in
111111
``namespaceFilterList.filterList`` are included in the
112112
snapshot.
113113

114-
The default value is ``blacklist``.
114+
The default value is ``denyList``.
115115

116116
* - parts
117117
- object array

source/includes/api/list-tables/snapshot-rs-documents.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,14 +122,14 @@
122122
- Label that determines how :manual:`namespaces </reference/glossary/#std-term-namespace>` are
123123
filtered for this snapshot.
124124

125-
- If this value is set to ``blacklist``, namespaces in
125+
- If this value is set to ``denylist``, namespaces in
126126
``namespaceFilterList.filterList`` are excluded from the
127127
snapshot.
128-
- If this value is set to ``whitelist``, only namespaces in
128+
- If this value is set to ``accessList``, only namespaces in
129129
``namespaceFilterList.filterList`` are included in the
130130
snapshot.
131131

132-
The default value is ``blacklist``.
132+
The default value is ``denylist``.
133133

134134
* - ``missingShards``
135135
- array of objects

source/includes/fact-pre-configured-mbru-command.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
--apiKey <apiKey> \
1919
--groupId <groupId> \
2020
--rsId <rsId> \
21-
--whitelist <database1.collection1, database2, etc.> \
22-
--blacklist <database1.collection1, database2, etc.> \
21+
--accessList <database1.collection1, database2, etc.> \
22+
--denyList <database1.collection1, database2, etc.> \
2323
--seedReplSetMember \
2424
--oplogSizeMB <size> \
2525
--seedTargetPort <port> \

source/includes/fact-restore-manual-replica-set-cloud.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,13 +75,13 @@
7575
- Provide the :manual:`replica set </reference/glossary/#std-term-replica-set>` ID.
7676
- :icon:`check-circle`
7777

78-
* - ``--whitelist``
78+
* - ``--accessList``
7979
- Optional
8080
- Provide a list of databases and/or collections to which you
8181
want to limit the restore.
8282
-
8383

84-
* - ``--blacklist``
84+
* - ``--denyList``
8585
- Optional
8686
- Provide a list of databases and/or collections to which you
8787
want to exclude from the restore.

source/includes/fact-restore-manual-replica-set-onprem.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,13 +75,13 @@
7575
- Provide the :manual:`replica set </reference/glossary/#std-term-replica-set>` ID.
7676
- :icon:`check-circle`
7777

78-
* - ``--whitelist``
78+
* - ``--accessList``
7979
- Optional
8080
- Provide a list of databases and/or collections to which you
8181
want to limit the restore.
8282
-
8383

84-
* - ``--blacklist``
84+
* - ``--denyList``
8585
- Optional
8686
- Provide a list of databases and/or collections to which you
8787
want to exclude from the restore.

source/includes/setting-fileConf-mms.publicApi.whitelistEnabled.rst renamed to source/includes/setting-fileConf-mms.publicApi.accesslistEnabled.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.. setting:: mms.publicApi.whitelistEnabled
1+
.. setting:: mms.publicApi.accessListEnabled
22

33
*Type*: boolean
44

source/includes/steps-enable-backup.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ content: |
7777
7878
To exclude databases and collections from this backup:
7979
80-
a. Click :guilabel:`Blacklist`.
80+
a. Click :guilabel:`Deny List`.
8181
8282
b. Enter the first database and collection in the text box. For
8383
collections, enter the full namespace:

0 commit comments

Comments
 (0)