File tree Expand file tree Collapse file tree 2 files changed +15
-2
lines changed
charts/digital-product-pass
dpp-backend/digitalproductpass/src/main/resources Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -196,7 +196,7 @@ backend:
196
196
- action : " USE"
197
197
logicalConstraint : " odrl:and"
198
198
constraints :
199
- - leftOperand : " Membership"
199
+ - leftOperand : " cx-policy: Membership"
200
200
operator : " odrl:eq"
201
201
rightOperand : " active"
202
202
- leftOperand : " cx-policy:FrameworkAgreement"
@@ -207,6 +207,19 @@ backend:
207
207
rightOperand : " cx.circular.dpp:1"
208
208
prohibition : []
209
209
obligation : []
210
+ - permission :
211
+ - action : " USE"
212
+ logicalConstraint : " odrl:and"
213
+ constraints :
214
+ - leftOperand : " cx-policy:Membership"
215
+ operator : " odrl:eq"
216
+ rightOperand : " active"
217
+ - leftOperand : " cx-policy:FrameworkAgreement"
218
+ operator : " odrl:eq"
219
+ rightOperand : " circulareconomy:1.0"
220
+ prohibition : [ ]
221
+ obligation : [ ]
222
+
210
223
digitalTwinRegistry :
211
224
endpoints :
212
225
search : " /lookup/shells"
Original file line number Diff line number Diff line change @@ -159,7 +159,7 @@ configuration:
159
159
- action : " USE"
160
160
logicalConstraint : " odrl:and"
161
161
constraints :
162
- - leftOperand : " Membership"
162
+ - leftOperand : " cx-policy: Membership"
163
163
operator : " odrl:eq"
164
164
rightOperand : " active"
165
165
- leftOperand : " cx-policy:FrameworkAgreement"
You can’t perform that action at this time.
0 commit comments