You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi all! I'm creating an access policy to be used among some of my contracts, and I want to re-use the same policy for some of them. I'm able to create the policy with the following request body:
When I try to query by its ID using POST /management/v3/policydefinitions/request, it works seamsly:
However, the same query does not work when I try to query it by its BusinessPartnerNumber:
It brings back this Error validating schema: Field BusinessPartnerNumber not found on type class org.eclipse.edc.connector.controlplane.policy.spi.PolicyDefinition.
Where can I find this validation schema details? I was browsing the current repository but could not find anything mentioning that, nor the Swagger has any example for such.
Current Behavior
Hi all! I'm creating an access policy to be used among some of my contracts, and I want to re-use the same policy for some of them. I'm able to create the policy with the following request body:
Which gives me an IdResponse like:
When I try to query by its ID using
POST /management/v3/policydefinitions/request
, it works seamsly:However, the same query does not work when I try to query it by its
BusinessPartnerNumber
:It brings back this
Error validating schema: Field BusinessPartnerNumber not found on type class org.eclipse.edc.connector.controlplane.policy.spi.PolicyDefinition
.Where can I find this validation schema details? I was browsing the current repository but could not find anything mentioning that, nor the Swagger has any example for such.
I'm following the Swagger specs are provided in the following link:
https://app.swaggerhub.com/apis/eclipse-tractusx-bot/tractusx-edc/0.8.0-rc3
My EDC is on version
0.7.3
.Thank you all!
The text was updated successfully, but these errors were encountered: