|
| 1 | +--- |
| 2 | +title: Private Operator network and firewall requirements |
| 3 | +sidebar_label: Network and firewall requirements |
| 4 | +pagination_label: Private Operator network and firewall requirements |
| 5 | +description: Outbound network destinations a Private Operator must reach, for configuring egress firewall allowlists. |
| 6 | +hide_table_of_contents: false |
| 7 | +sidebar_position: 16 |
| 8 | +displayed_sidebar: docs |
| 9 | +--- |
| 10 | + |
| 11 | +import Link from '@docusaurus/Link'; |
| 12 | + |
| 13 | +# Private Operator network and firewall requirements |
| 14 | + |
| 15 | +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](integration-options-private-operator.md#private-operator-workflow). |
| 16 | + |
| 17 | +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. |
| 18 | + |
| 19 | +## Integration |
| 20 | + |
| 21 | +| Hostname | Purpose | |
| 22 | +| --- | --- | |
| 23 | +| `core-integ.uidapi.com` | Core Service (attestation, keys, salts, configuration) | |
| 24 | +| `optout-integ.uidapi.com` | Opt-Out Service | |
| 25 | +| `uid2-core-integ-store.s3.us-east-2.amazonaws.com` | Core data storage | |
| 26 | +| `uid2-optout-integ-store.s3.us-east-2.amazonaws.com` | Opt-out data storage | |
| 27 | + |
| 28 | +## Production |
| 29 | + |
| 30 | +| Hostname | Purpose | |
| 31 | +| --- | --- | |
| 32 | +| `core-prod.uidapi.com` | Core Service (attestation, keys, salts, configuration) | |
| 33 | +| `optout-prod.uidapi.com` | Opt-Out Service | |
| 34 | +| `uid2-core-prod-store.s3.us-east-2.amazonaws.com` | Core data storage | |
| 35 | +| `uid2-core-prod-store-replica.s3.us-west-2.amazonaws.com` | Core data storage (failover replica) | |
| 36 | +| `uid2-optout-prod-store.s3.us-east-2.amazonaws.com` | Opt-out data storage | |
| 37 | +| `uid2-optout-prod-store-replica.s3.us-west-2.amazonaws.com` | Opt-out data storage (failover replica) | |
| 38 | + |
| 39 | +Allow these by hostname rather than by IP address, as the underlying addresses change. |
0 commit comments