Mock participant documentation - #1185
Open
gobica wants to merge 7 commits into
Open
Conversation
gobica
force-pushed
the
mock-participant-documentation
branch
from
July 24, 2026 07:46
6a221d0 to
8f682e7
Compare
ReneSchroederLJ
requested changes
Jul 27, 2026
ReneSchroederLJ
left a comment
Member
There was a problem hiding this comment.
Thank you for the contribution.
I've suggested some fixes to make the wording a bit more precise and improve the overall clarity
|
|
||
| > **Why the asymmetry is fine.** The mock's job is to be a convincing *peer* for the real Supplier EDC, not to reimplement access control. The line isn't drawn by DSP role (provider vs. consumer) — it's drawn by direction: any call the mock makes *out* to the real Supplier EDC carries a real IATP token, because that EDC enforces it and the call would otherwise be rejected. Any call landing *on* the mock's own endpoints — inbound negotiation/transfer requests as provider, or inbound callbacks as consumer — goes unchecked, because there's no policy enforcement to satisfy on the mock's side, and adding fake enforcement would just be more code standing in for something the mock doesn't need to prove. | ||
|
|
||
| ## 5. Catalog & DTR |
Member
There was a problem hiding this comment.
These 2 chapters should be separate. The DTR has very little to do with the catalog
Co-authored-by: René Schröder <131770181+ReneSchroederLJ@users.noreply.github.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.
Description
added documentation for the single-container mock participant used to simulate a partner in local n-tier supply chain tests
Pre-review checks
Please ensure to do as many of the following checks as possible, before asking for committer review:
changelog.md) with PR reference and brief summary.frontend/package.json,frontend/package-lock.json)backend/pom.xml)scripts/generate_openapi_yaml.pywith running customer backend)