fix(runtime): isolate managed connector child environments - #105
Draft
tnunamak wants to merge 7 commits into
Draft
fix(runtime): isolate managed connector child environments#105tnunamak wants to merge 7 commits into
tnunamak wants to merge 7 commits into
Conversation
Assisted-by: AI Signed-off-by: Tim Nunamaker <[email protected]>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Move connector-specific child env fallback names into manifest runtime requirements and keep the RI runtime generic. Refresh the WhatsApp no-await allowlist after line movement. Assisted-by: AI Signed-off-by: Tim Nunamaker <[email protected]>
Assisted-by: AI Signed-off-by: Tim Nunamaker <[email protected]>
Assisted-by: AI Signed-off-by: Tim Nunamaker <[email protected]>
Assisted-by: AI Signed-off-by: Tim Nunamaker <[email protected]>
Assisted-by: AI Signed-off-by: Tim Nunamaker <[email protected]>
Assisted-by: AI Signed-off-by: Tim Nunamaker <[email protected]>
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Why
Managed connector children inherited the full Core environment, including owner/operator and sibling connector secrets. The corrected boundary now admits only platform-safe values, connector-scoped declared secrets, explicitly approved proxy credentials, and run-controlled values.
What changed
startServer, controller, scheduler, and scheduler-manager into real managed childrenStatus
Draft. Do not merge until the temporary base is transplanted/retargeted and the remaining repository-wide baseline failures are dispositioned.
The independent expert gate rejected the earlier
bf6b6330candidate. Exact corrected SHA02826bf524753579c070dacaea1eb20ea5aa9a23was then checked independently and returned SHIP for advancing this draft pointer. The correction does not erase the earlier rejection; it addresses its exact ambient-proxy, production-authority, fail-open binding, declaration-form, and secret-diagnostic findings.Evidence
External residuals
biome:policyis blocked by broad repository ledger/tool drift. Regenerating it changes 3,578 unrelated lines across the global exception ledger; that churn is not part of this one-change PR and was not committed.reference-implementation/test/cli.test.ts120-second timeout reproduced at parenta697b8052, plus unrelated polyfill failures. Candidate-scoped CLI accounting is green.Assisted-by: AI