Skip to content

Commit bb442e3

Browse files
authored
(DOCSP-14151) Cherry picks relevant change from original PR (#725) (#726)
* (DOCSP-14151) Removes deprecated language * (DOCSP-14151) Cherry picks relevant change from original PR
1 parent ae1c104 commit bb442e3

File tree

3 files changed

+13
-12
lines changed

3 files changed

+13
-12
lines changed

source/configure.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Prerequisites
3232

3333
To configure the {+mcli+}:
3434

35-
- Add your |ipaddr| or |cidr| block to the |api| whitelist for your
35+
- Add your |ipaddr| or |cidr| block to the |api| access list for your
3636
MongoDB service.
3737
- Generate a |svc-api-key| if you don't already have one.
3838

source/configure/autocomplete.txt

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -167,12 +167,13 @@ For example, when you type ``mongocli atlas`` in your shell and press
167167
.. code-block:: none
168168
:copyable: false
169169

170-
alerts -- Manage alerts for your project.
171-
backups -- Manage backups for your project.
172-
clusters -- Manage clusters for your project.
173-
dbusers -- Manage database users for your project.
174-
events -- Manage events for your project.
175-
logs -- Download host logs for your project.
176-
metrics -- Get measurements on the state of the MongoDB process.
177-
processes -- Manage MongoDB processes for your project.
178-
whitelist -- Manage the IP whitelist for a project.
170+
accessLists -- Manage the IP access list for your project.
171+
accessLogs -- Manage the access logs of a cluster.
172+
alerts -- Manage alerts for your project.
173+
backups -- Manage backups for your project.
174+
clusters -- Manage clusters for your project.
175+
dbusers -- Manage database users for your project.
176+
events -- Manage events for your project.
177+
logs -- Download host logs for your project.
178+
metrics -- Get measurements on the state of the MongoDB process.
179+
processes -- Manage MongoDB processes for your project.

source/troubleshooting.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ This error might appear when trying to create a new :atlas:`project
7575
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7676

7777
The API key specified in your :ref:`configuration file <mcli-configure>`
78-
is not :atlas:`whitelisted
79-
</configure-api-access#enable-api-whitelisting-for-your-organization>`
78+
is not on the :atlas:`access list
79+
</configure-api-access>`
8080
for the requested project.
8181

8282
404 (request "Not Found") An invalid group ID <group-id> was specified.

0 commit comments

Comments
 (0)