Skip to content

Implementing custom parameterized policies in EDC v0.6.0 #4372

Closed Answered by jimmarino
agmangas asked this question in Q&A
Discussion options

You must be logged in to vote

Hi,

The issue you are running into is related to how you are modeling the problem. First, please make sure you are familiar with the DSP Information Model.

A connector is a participant agent and represents a single identity in the dataspace. The identity is typically an organization, but it could be individuals. Whatever the identity represents must be consistent, i.e., homogenous. Note that this does not mean a runtime process only hosts one connector. A contract agreement is between exactly two participants in a dataspace.

If you want to restrict access to data within an organization, you should implement it out-of-band from the connector on the consumer side. For example, using some ty…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by agmangas
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants