-
Notifications
You must be signed in to change notification settings - Fork 50
UID2-7002 Add Private Operator Network Egress page with list of domains #1032
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
2264efe
add Network and Firewall Requirements page with list of domains
swibi-ttd 2f12fc6
move to Note sections
swibi-ttd cdd2d03
Update wording on IP address warning
swibi-ttd 30ca2a9
move network requirements page to ref-info
swibi-ttd 63f8daa
update sidebar position
swibi-ttd 598892a
update links after moving page
swibi-ttd bc7b8a5
update sidebar label and relative link
swibi-ttd 908f8bd
copy file into japanese section to avoid broken links
swibi-ttd 71cd52a
update page name to Network egress
swibi-ttd e81f9ea
update jp copy
swibi-ttd 5e1cb14
add link from parent Private Operator Integrations page
swibi-ttd fc69cf8
add lead-in before integ table
swibi-ttd 25e8761
add lead-in before prod table
swibi-ttd 46aadab
update jp page
swibi-ttd File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,39 @@ | ||
| --- | ||
| title: Private Operator network egress | ||
| sidebar_label: Private Operator network egress | ||
| pagination_label: Private Operator network egress | ||
| description: Outbound network destinations a Private Operator must reach, for configuring egress firewall allowlists. | ||
| hide_table_of_contents: false | ||
| sidebar_position: 16 | ||
| displayed_sidebar: docs | ||
| --- | ||
|
|
||
| import Link from '@docusaurus/Link'; | ||
|
|
||
| # Private Operator network egress | ||
|
|
||
| A <Link href="../ref-info/glossary-uid#gl-private-operator">Private Operator</Link> connects to the UID2 <Link href="../ref-info/glossary-uid#gl-core-service">Core</Link> and <Link href="../ref-info/glossary-uid#gl-opt-out-service">Opt-Out</Link> services, and downloads data files directly from AWS S3 using URLs that the Core service provides. For details, see [Private Operator workflow](../guides/integration-options-private-operator.md#private-operator-workflow). | ||
|
|
||
| If your environment restricts outbound network traffic, you must allow outbound HTTPS (port 443) to all of the destinations below, or the operator cannot start. | ||
|
|
||
| ## Integration | ||
| The following table lists the hostnames you must allow for the integration environment. | ||
| | Hostname | Purpose | | ||
| | --- | --- | | ||
| | `core-integ.uidapi.com` | Core Service (attestation, keys, salts, configuration) | | ||
| | `optout-integ.uidapi.com` | Opt-Out Service | | ||
| | `uid2-core-integ-store.s3.us-east-2.amazonaws.com` | Core data storage | | ||
| | `uid2-optout-integ-store.s3.us-east-2.amazonaws.com` | Opt-out data storage | | ||
|
|
||
| ## Production | ||
| The following table lists the hostnames you must allow for the production environment. | ||
| | Hostname | Purpose | | ||
| | --- | --- | | ||
| | `core-prod.uidapi.com` | Core Service (attestation, keys, salts, configuration) | | ||
| | `optout-prod.uidapi.com` | Opt-Out Service | | ||
| | `uid2-core-prod-store.s3.us-east-2.amazonaws.com` | Core data storage | | ||
| | `uid2-core-prod-store-replica.s3.us-west-2.amazonaws.com` | Core data storage (failover replica) | | ||
| | `uid2-optout-prod-store.s3.us-east-2.amazonaws.com` | Opt-out data storage | | ||
| | `uid2-optout-prod-store-replica.s3.us-west-2.amazonaws.com` | Opt-out data storage (failover replica) | | ||
|
|
||
| Allow these by hostname rather than by IP address, because the underlying addresses might change. | ||
39 changes: 39 additions & 0 deletions
39
...s-plugin-content-docs/current/ref-info/operator-private-network-requirements.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,39 @@ | ||
| --- | ||
| title: Private Operator network egress | ||
| sidebar_label: Private Operator network egress | ||
| pagination_label: Private Operator network egress | ||
| description: Outbound network destinations a Private Operator must reach, for configuring egress firewall allowlists. | ||
| hide_table_of_contents: false | ||
| sidebar_position: 16 | ||
| displayed_sidebar: docs | ||
| --- | ||
|
|
||
| import Link from '@docusaurus/Link'; | ||
|
|
||
| # Private Operator network egress | ||
|
|
||
| A <Link href="../ref-info/glossary-uid#gl-private-operator">Private Operator</Link> connects to the UID2 <Link href="../ref-info/glossary-uid#gl-core-service">Core</Link> and <Link href="../ref-info/glossary-uid#gl-opt-out-service">Opt-Out</Link> services, and downloads data files directly from AWS S3 using URLs that the Core service provides. For details, see [Private Operator workflow](../guides/integration-options-private-operator.md#private-operator-workflow). | ||
|
|
||
| If your environment restricts outbound network traffic, you must allow outbound HTTPS (port 443) to all of the destinations below, or the operator cannot start. | ||
|
|
||
| ## Integration | ||
| The following table lists the hostnames you must allow for the integration environment. | ||
| | Hostname | Purpose | | ||
| | --- | --- | | ||
| | `core-integ.uidapi.com` | Core Service (attestation, keys, salts, configuration) | | ||
| | `optout-integ.uidapi.com` | Opt-Out Service | | ||
| | `uid2-core-integ-store.s3.us-east-2.amazonaws.com` | Core data storage | | ||
| | `uid2-optout-integ-store.s3.us-east-2.amazonaws.com` | Opt-out data storage | | ||
|
|
||
| ## Production | ||
| The following table lists the hostnames you must allow for the production environment. | ||
| | Hostname | Purpose | | ||
| | --- | --- | | ||
| | `core-prod.uidapi.com` | Core Service (attestation, keys, salts, configuration) | | ||
| | `optout-prod.uidapi.com` | Opt-Out Service | | ||
| | `uid2-core-prod-store.s3.us-east-2.amazonaws.com` | Core data storage | | ||
| | `uid2-core-prod-store-replica.s3.us-west-2.amazonaws.com` | Core data storage (failover replica) | | ||
| | `uid2-optout-prod-store.s3.us-east-2.amazonaws.com` | Opt-out data storage | | ||
| | `uid2-optout-prod-store-replica.s3.us-west-2.amazonaws.com` | Opt-out data storage (failover replica) | | ||
|
|
||
| Allow these by hostname rather than by IP address, because the underlying addresses might change. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.