We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When the catalog is called in the new EDC 0.7.3 the policies are configured in a different way as mentioned in this ticket: eclipse-edc/Connector#4179
This affects our digital product pass policy parsing logic.
Change the structure of the backend and frontend to support only DID Documents, with the "@id" at the left operand.
Fix in frontend here, to get the value by "@id":
digital-product-pass/dpp-frontend/src/utils/edcUtil.js
Lines 214 to 220 in d61dd71
Fix in the backend here, to parse as DidDocument like the operator:
digital-product-pass/dpp-backend/digitalproductpass/src/main/java/org/eclipse/tractusx/digitalproductpass/core/models/negotiation/policy/Constraint.java
Lines 47 to 50 in d61dd71
The text was updated successfully, but these errors were encountered:
I believe I have solved the problem ;)
Sorry, something went wrong.
Will be included in v4.0.0-rc2
matbmoser
Successfully merging a pull request may close this issue.
Current Behavior
When the catalog is called in the new EDC 0.7.3 the policies are configured in a different way as mentioned in this ticket:
eclipse-edc/Connector#4179
This affects our digital product pass policy parsing logic.
Expected Behavior
Change the structure of the backend and frontend to support only DID Documents, with the "@id" at the left operand.
Fix in frontend here, to get the value by "@id":
digital-product-pass/dpp-frontend/src/utils/edcUtil.js
Lines 214 to 220 in d61dd71
Fix in the backend here, to parse as DidDocument like the operator:
digital-product-pass/dpp-backend/digitalproductpass/src/main/java/org/eclipse/tractusx/digitalproductpass/core/models/negotiation/policy/Constraint.java
Lines 47 to 50 in d61dd71
The text was updated successfully, but these errors were encountered: