-
Notifications
You must be signed in to change notification settings - Fork 733
feat: Node.js plugin isolation via workerd sandbox #426
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
Open
BenjaminPrice
wants to merge
13
commits into
emdash-cms:main
Choose a base branch
from
BenjaminPrice:feat/node-plugin-isolation
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
462f32e
feat(workerd): add LOADER spike validating miniflare for Node plugin …
BenjaminPrice 5742c4e
feat(workerd): add WorkerdSandboxRunner with backing service and capn…
BenjaminPrice a24b401
feat(core): add isHealthy() to SandboxRunner and SandboxUnavailableError
BenjaminPrice ab08633
feat(workerd): use core's HTTP access for redirect validation and SSR…
BenjaminPrice 2e21b90
feat(core): add sandbox: false escape hatch and improve unavailabilit…
BenjaminPrice 7b9f914
feat(workerd): add MiniflareDevRunner and extract shared bridge handler
BenjaminPrice f7f22b4
test(workerd): add bridge handler conformance test suite
BenjaminPrice 08ade39
docs: update sandbox.mdx with Node.js workerd sandboxing instructions
BenjaminPrice c5db3f5
fix(workerd): rewrite bridge handler for Cloudflare parity
BenjaminPrice a4a9004
docs: add sandbox testing guide for plugin developers
BenjaminPrice dbc2226
test(workerd): add plugin integration tests exercising real plugin op…
BenjaminPrice b85d96d
chore: add changeset for SandboxRunner interface changes
BenjaminPrice a846039
fix(workerd,core): address multi-round review feedback
BenjaminPrice 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| --- | ||
| "emdash": minor | ||
| "@emdash-cms/cloudflare": patch | ||
| "@emdash-cms/workerd": minor | ||
| --- | ||
|
|
||
| Adds workerd-based plugin sandboxing for Node.js deployments. | ||
|
|
||
| - **emdash**: Adds `isHealthy()` to `SandboxRunner` interface, `SandboxUnavailableError` class, `sandbox: false` config option, `mediaStorage` field on `SandboxOptions`, and exports `createHttpAccess`/`createUnrestrictedHttpAccess`/`PluginStorageRepository`/`UserRepository`/`OptionsRepository` for platform adapters. | ||
| - **@emdash-cms/cloudflare**: Implements `isHealthy()` on `CloudflareSandboxRunner`. Fixes `storageQuery()` and `storageCount()` to honor `where`, `orderBy`, and `cursor` options (previously ignored, causing infinite pagination loops and incorrect filtered counts). Adds `storageConfig` to `PluginBridgeProps` so `PluginStorageRepository` can use declared indexes. | ||
| - **@emdash-cms/workerd**: New package. `WorkerdSandboxRunner` for production (workerd child process + capnp config + authenticated HTTP backing service) and `MiniflareDevRunner` for development. |
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
Oops, something went wrong.
Oops, something went wrong.
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.