-
Notifications
You must be signed in to change notification settings - Fork 692
feat: add host mask and public access auth #1023
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
feat: add host mask and public access auth #1023
Conversation
🦋 Changeset detectedLatest commit: b23fc76 The changes in this PR will be included in the next version bump. This PR includes changesets to release 2 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💡 Codex Review
Here are some automated review suggestions for this pull request.
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
a2a7476 to
53a11a8
Compare
2eb8be2 to
c5b42a0
Compare
80216a6 to
dceb2bc
Compare
2ae84e5 to
26f913f
Compare
0cc35dc to
dc6ba37
Compare
dc6ba37 to
b23fc76
Compare
Note
Adds network options to require a traffic access token and to mask the Host header, exposing
trafficAccessTokenand wiring through create/connect flows in JS and Python SDKs with tests.trafficAccessTokentoSandboxand propagate viacreateSandbox/connectSandbox.SandboxNetworkOptswithallowPublicTrafficandmaskRequestHost.allowPublicTraffic=false, allow access whentrue, and verifymaskRequestHostupdatesHostheader.traffic_access_tokentoSandboxCreateResponseand surface onSandboxBase.createandconnectpaths.SandboxNetworkOptswithallow_public_trafficandmask_request_host.@e2b/python-sdkande2bdocumenting host masking and public traffic token.Written by Cursor Bugbot for commit b23fc76. This will update automatically on new commits. Configure here.