Skip to content

Commit

Permalink
chore(test): added another valid policy
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathias Brunkow Moser committed May 13, 2024
1 parent 8a3ffa9 commit e62912c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
15 changes: 14 additions & 1 deletion charts/digital-product-pass/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ backend:
- action: "USE"
logicalConstraint: "odrl:and"
constraints:
- leftOperand: "Membership"
- leftOperand: "cx-policy:Membership"
operator: "odrl:eq"
rightOperand: "active"
- leftOperand: "cx-policy:FrameworkAgreement"
Expand All @@ -207,6 +207,19 @@ backend:
rightOperand: "cx.circular.dpp:1"
prohibition: []
obligation: []
- permission:
- action: "USE"
logicalConstraint: "odrl:and"
constraints:
- leftOperand: "cx-policy:Membership"
operator: "odrl:eq"
rightOperand: "active"
- leftOperand: "cx-policy:FrameworkAgreement"
operator: "odrl:eq"
rightOperand: "circulareconomy:1.0"
prohibition: [ ]

Check failure on line 220 in charts/digital-product-pass/values.yaml

View workflow job for this annotation

GitHub Actions / lint-test

220:25 [brackets] too many spaces inside empty brackets
obligation: [ ]

Check failure on line 221 in charts/digital-product-pass/values.yaml

View workflow job for this annotation

GitHub Actions / lint-test

221:24 [brackets] too many spaces inside empty brackets

digitalTwinRegistry:
endpoints:
search: "/lookup/shells"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ configuration:
- action: "USE"
logicalConstraint: "odrl:and"
constraints:
- leftOperand: "Membership"
- leftOperand: "cx-policy:Membership"
operator: "odrl:eq"
rightOperand: "active"
- leftOperand: "cx-policy:FrameworkAgreement"
Expand Down

0 comments on commit e62912c

Please sign in to comment.