Skip to content

Commit 563b63e

Browse files
authored
(DOCSP-29595): Pulled in specific steps for API key access lists. (#156)
* (DOCSP-29595): Pulled in specific steps for API key access lists. * (DOCSP-29595): Test commit. * (DOCSP-29595): Test commit. * (DOCSP-29595): Test commit. * (DOCSP-29595): Test commit * (DOCSP-29595): Incorporated JW's feedback. * (DOCSP-29595): Incorporated Andrea's feedback. * (DOCSP-29595): Incorporated Andrea's feedback.
1 parent 3129e5c commit 563b63e

File tree

1 file changed

+54
-3
lines changed

1 file changed

+54
-3
lines changed

source/troubleshooting.txt

Lines changed: 54 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,10 +87,61 @@ to create new projects.
8787
403 (request "Forbidden") IP address <ip-address> is not allowed to access this resource.
8888
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
8989

90-
The user's IP address or API key that you use to authenticate is not on
90+
The user's IP address that you use to authenticate is not on
9191
the :atlas:`access list </configure-api-access>` for the requested
92-
project. Add your IP address or API key to the
93-
:atlas:`access list </configure-api-access>` to run commands.
92+
project. Add your IP address to the :atlas:`access list
93+
</configure-api-access>` to run commands.
94+
95+
To learn more, see the following pages:
96+
97+
- For project access lists, see
98+
:atlas:`Configure IP Access List Entries </security/ip-access-list/>`.
99+
100+
- For API key access lists, see
101+
:atlas:`Get Started with the Atlas Administration API
102+
</configure-api-access>`.
103+
104+
To add your IP address to an API key's access list:
105+
106+
.. procedure::
107+
:style: normal
108+
109+
.. step:: Go to the :guilabel:`Access Manager` page for your project.
110+
111+
a. If it isn't already displayed, select the organization that
112+
contains your desired project from the :icon-mms:`office`
113+
:guilabel:`Organizations` menu in the navigation bar.
114+
115+
#. Select your desired project from the list of projects in the
116+
:guilabel:`Projects` page.
117+
118+
#. Next to the :guilabel:`Projects` menu, expand the
119+
:icon-fa5:`ellipsis-v` :guilabel:`Options` menu, then click
120+
:guilabel:`Project Settings`.
121+
122+
#. Click :guilabel:`Access Manager` in the navigation bar.
123+
124+
.. step:: Go to the API key's access list.
125+
126+
a. Click the :guilabel:`API Keys` tab.
127+
128+
#. Click :icon-mms:`ellipsis` to the right of the |api| Key.
129+
130+
#. Click :guilabel:`Edit Permissions` and click :guilabel:`Next`.
131+
132+
.. step:: Add your IP address to the API key's access list.
133+
134+
a. Do one of the following tasks in the
135+
:guilabel:`API Access List` section:
136+
137+
- Click :guilabel:`Add Access List Entry` and type an |ipaddr|
138+
address.
139+
140+
- If your current host for accessing |service| will also make
141+
|api| requests with this |api| key, click
142+
:guilabel:`Use Current IP Address` .
143+
144+
#. Click :guilabel:`Save`.
94145

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

0 commit comments

Comments
 (0)