Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 deletions source/troubleshooting/connection-errors.txt
Original file line number Diff line number Diff line change
Expand Up @@ -122,13 +122,13 @@ to view possible solutions:
local network blocks connections to port 27017, visit
http://portquiz.net:27017/.

Atlas IP Whitelist Does Not Include Your Address
Atlas IP Access List Does Not Include Your Address
````````````````````````````````````````````````

|service| only allows connections to a cluster from addresses
listed in the project :atlas:`IP whitelist
</security-whitelist/>`. Ensure that you have
whitelisted your IP address so you can connect to your
listed in the project :atlas:`IP access list
</security-accesslist/>`. Ensure that you have
access listed your IP address so you can connect to your
cluster.

Insert Document Button Disabled and Cannot Modify Documents
Expand Down Expand Up @@ -214,39 +214,39 @@ Likely Cause
~~~~~~~~~~~~

The most common source of this error is a missing |service|
:atlas:`IP whitelist </security-whitelist/>` entry for the public IP
:atlas:`IP access list </security-accesslist/>` entry for the public IP
address where |compass-short| is running.

Solution
~~~~~~~~

Ensure the public IP address where |compass-short| is running is
included in your |service| project's IP whitelist.
included in your |service| project's IP access list.

To configure your |service| whitelist:
To configure your |service| access list:

1. Use the :guilabel:`Context` dropdown in the top-left of |service|
to select your desired |service| project.

#. Click the :guilabel:`Security` tab.

#. Click the :guilabel:`IP Whitelist` menu option.
#. Click the :guilabel:`IP Access List` menu option.

#. If your IP address is not in the whitelist, click
#. If your IP address is not in the access list, click
:guilabel:`Add IP Address`.

#. Click :guilabel:`Add Current IP Address`.

#. Click :guilabel:`Confirm`.

|service| recognizes which entries in the whitelist include your
|service| recognizes which entries in the access list include your
current IP address, and appends these addresses with
:guilabel:`(includes your current IP address)`.

.. seealso::

For more information on configuring whitelist entries, see
:atlas:`Configure Whitelist Entries </security-whitelist/>` in the
For more information on configuring access list entries, see
:atlas:`Configure Access List Entries </security-accesslist/>` in the
|service| documentation.

Not Primary or Secondary is Not Writable
Expand Down
Loading