Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Nick Larew <[email protected]>
  • Loading branch information
MongoCaleb and nlarew authored Nov 3, 2023
1 parent defd022 commit b2a2db4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion source/openapi-admin-v3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2607,7 +2607,7 @@ paths:
- security
summary: Toggle Non-VPC Requests
description: |
Toggle whether all Private Endpoints access non-VPC requests.
For Apps with Private Endpoints enabled, toggle whether or not the App processes requests that originate from outside of the VPC.
requestBody:
content:
application/json:
Expand Down
6 changes: 3 additions & 3 deletions source/security/private-endpoints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ Private Endpoint Limitations
connections over the MongoDB wire protocol <wire-protocol>`. If one is
enabled, you cannot enable the other.

- By default, private Endpoints only handle internal requests. You can
:ref:`change access restrictions <change_access_restrictions>` from all
requests outside your PrivateLink connection.
- By default, private Endpoints only handle requests that originate from within your VPC.
You can configure your App to also accept requests from the public internet. To learn how,
see :ref:`Change Access Restrictions <change_access_restrictions>`.

- All **outbound** requests, such as an an App Services trigger calling an
external API, go over the public internet.
Expand Down

0 comments on commit b2a2db4

Please sign in to comment.