feat(test-support): NorthwindEscurel::spawn_with — consumer fixtures + gateway overrides#10
Merged
Merged
Conversation
…+ gateway overrides NorthwindOpts: extra (skill, markdown) / (skill, id, markdown) fixtures merged into the Northwind seed, plus the escurel-test-support ConfigOverrides passthrough (webhook, groups_claim, extra_issuers, …) — so a downstream app test can stand the Northwind world up in its deployed Triton-fronted shape. mint_token_with_groups is exposed for consumer-owned principals (a worker's service token). spawn() delegates to spawn_with(default). Depends on escurel DataZooDE/escurel#239 (ConfigOverrides groups_claim/extra_issuers + claim-aware TestIssuer minting). Test plan: crates/peacock-test-support/tests/spawn_with.rs — real escurel; extra fixture resolves; the sales principal still passes the read:[sales] group ACL with groups_claim=triton_sender_groups configured (the claim-aware-minting trap). Full workspace gate green locally (fmt, clippy -D warnings, tests 0 failures, release). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
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.
Summary
NorthwindOpts: extra(skill, markdown)/(skill, id, markdown)fixtures merged into the Northwind seed, plus the escurel-test-supportConfigOverridespassthrough (webhook,groups_claim,extra_issuers, …) — so a downstream app test (the datazoo-agent-template's sales-manager e2e) can stand the whole Northwind world up in its deployed Triton-fronted shape.mint_token_with_groupsis exposed for consumer-owned principals (the follow-up worker's service token).spawn()delegates tospawn_with(default).Depends on escurel DataZooDE/escurel#239 (merged).
Test plan
crates/peacock-test-support/tests/spawn_with.rs— real escurel + Parquet: the extra fixture resolves; the sales principal still passes theread: [sales]group ACL withgroups_claim=triton_sender_groupsconfigured (the claim-aware-minting trap); consumer service-principal minting. Full workspace gate green locally against escurel@#239 (fmt, clippy -D warnings, tests 0 failures, release).🤖 Generated with Claude Code
Need help on this PR? Tag
/codesmithwith what you need. Autofix is disabled.