You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/admin/config/private-network.mdx
+44-19Lines changed: 44 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,12 +8,15 @@ keeping your sensitive data and operations shielded from external access.
8
8
When deploying self-hosted Sourcegraph instances in private networks with specific compliance and policy requirements,
9
9
additional configuration may be required to ensure all networking features function correctly. The reasons for applying the following configuration options depend on the specific functionality of the Sourcegraph service and the unique network and infrastructure requirements of the organization.
10
10
11
-
The following is a list of Sourcegraph services and how and when each initiates outbound connections to external services:
12
-
11
+
The following is a list of Sourcegraph services that initiate outbound connections to external services. Sourcegraph services not included in this list can be assumed to only connect to services within the Sourcegraph deployment's network segment:
13
12
-**executor**: Sourcegraph [Executor](../executors) batch change or precise indexing jobs may need to connect to
14
13
services hosted within an organization's private network
15
-
-**frontend**: The frontend service communicates externally when connecting to external [auth providers](../auth),
16
-
sending [telemetry data](../pings), testing code host connections, and connecting to [externally hosted](../external_services) Sourcegraph services
14
+
-**frontend**: The frontend service communicates externally when connecting to:
15
+
* External [auth providers](../auth)
16
+
* Sending [telemetry data](../pings)
17
+
* Testing [code host connections](../code_hosts)
18
+
* Connecting to [externally hosted](../external_services) Sourcegraph services
19
+
* Connecting to external [LLM providers](../../cody/capabilities/supported-models) with Cody
17
20
-**gitserver**: Executes git commands against externally hosted [code hosts](../external_service)
18
21
-**migrator**: Connects to Postgres instances (which may be [externally hosted](../external_services/postgres)) to process database migrations
19
22
-**repo-updater**: Communicates with [code hosts](../external_service) APIs to coordinate repository synchronization
0 commit comments