Skip to content

Conversation

joaquin-borggio-lc
Copy link
Contributor

@joaquin-borggio-lc joaquin-borggio-lc commented Oct 2, 2025

Overview

Adding an egress section to the lgp hybrid docs that give more color to how this traffic is sent, encrypted, authenticated.
Once diagram is updated to be excalidraw, i can add an icon showing this encrypted traffic for egress.

Type of change

Type: Update existing documentation

Related issues/PRs

  • GitHub issue:
  • Feature PR:
  • Linear issue: INF-900
  • Slack thread:

Checklist

  • I have read the contributing guidelines
  • I have tested my changes locally using docs dev
  • All code examples have been tested and work correctly
  • I have used root relative paths for internal links
  • I have updated navigation in src/docs.json if needed
  • I have gotten approval from the relevant reviewers
  • (Internal team members only / optional) I have created a preview deployment using the Create Preview Branch workflow

Additional notes

Tested by running locally:

Screenshot 2025-10-02 at 1 15 49 PM

@github-actions github-actions bot added the langgraph-platform For docs changes to LangGraph Platform label Oct 2, 2025
Copy link

github-actions bot commented Oct 2, 2025

Preview ID generated: preview-joaqui-1759425422-51f1280

Copy link
Collaborator

@lnhsingh lnhsingh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

some nits but otherwise looks good! feel free to merge after addressing

### Egress to LangSmith and the control plane
In the hybrid deployment model, your self-hosted data plane will send network requests to the control plane to poll for changes that need to be implemented in the data plane. Traces from data plane deployments also get sent to the LangSmith instance integrated with the control plane. This traffic to the control plane is encrypted, over HTTPS. The data plane authenticates with the control plane with a LangSmith API key.

In order to enable this egress, you may need to update internal Firewall rules or cloud resources such as Security Groups. You can find a list of IP addresses to allow [here](/langsmith/cloud-architecture-and-scalability#ingress-into-langchain-saas).
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
In order to enable this egress, you may need to update internal Firewall rules or cloud resources such as Security Groups. You can find a list of IP addresses to allow [here](/langsmith/cloud-architecture-and-scalability#ingress-into-langchain-saas).
In order to enable this egress, you may need to update internal firewall rules or cloud resources (such as Security Groups) to [allow certain IP addresses](/langsmith/cloud-architecture-and-scalability#ingress-into-langchain-saas).

In order to enable this egress, you may need to update internal Firewall rules or cloud resources such as Security Groups. You can find a list of IP addresses to allow [here](/langsmith/cloud-architecture-and-scalability#ingress-into-langchain-saas).

<Warning>
We do not currently support traffic over Private Link or Private Service Connect. This traffic will go over the internet.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
We do not currently support traffic over Private Link or Private Service Connect. This traffic will go over the internet.
AWS PrivateLink or GCP Private Service Connect is currently not supported. This traffic will go over the internet.

@joaquin-borggio-lc joaquin-borggio-lc enabled auto-merge (squash) October 2, 2025 22:52
Copy link

github-actions bot commented Oct 2, 2025

Preview ID generated: preview-joaqui-1759445527-8f7ce52

@joaquin-borggio-lc joaquin-borggio-lc merged commit d902aa9 into main Oct 2, 2025
11 checks passed
@joaquin-borggio-lc joaquin-borggio-lc deleted the joaquin/add-egress-content-for-lgp-hybrid branch October 2, 2025 22:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
langgraph-platform For docs changes to LangGraph Platform
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants