-
Notifications
You must be signed in to change notification settings - Fork 83
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
feat: connector client: switch PolicyService #90
feat: connector client: switch PolicyService #90
Conversation
At the current state on creating a new Policy the values are not used given in the Dialog. Also i have the question about the assignee and assigner of a policy. Does the still exist? Because i don't see this fields in the management-Api Documentation. Or i just did not see it? @ndr-brt |
@janpmeyer they are part of the ODRL model, but they are not used by the EDC, so they can be avoided |
@ndr-brt fixed now the id of an policyDefiniton and also the permission field of the policy. But the fields prohibition and obligation are not working yet |
With the new EDC-Connector-Client Beta-6 obligations and prohibitions are also working. |
.../components/contract-definition-editor-dialog/contract-definition-editor-dialog.component.ts
Outdated
Show resolved
Hide resolved
* feat: switch PolicyDefinition to connector client (eclipse-edc#38) * feat: fix id and permission on creating new Policy (eclipse-edc#58) * feat: use get functions for obligations and prohibition in View (eclipse-edc#58) * feat: remove unnecessary import (eclipse-edc#58)
What this PR changes/adds
Use EDC-connector-client for `ContractDefinition
Why it does that
Briefly state why the change was necessary.
Further notes
List other areas of code that have changed but are not necessarily linked to the main feature. This could be method
signature changes, package declarations, bugs that were encountered and were fixed inline, etc.
Linked Issue(s)
Closes #58 and Closese #65