Skip to content

Commit

Permalink
Merge pull request #602 from catenax-ng/FIX_wrong_policy_definitoon
Browse files Browse the repository at this point in the history
Update IRS_Request_Collection.json
  • Loading branch information
ds-jhartmann authored Oct 27, 2023
2 parents edacf0b + 1c6566b commit 1ac6636
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion local/testing/IRS_Request_Collection.json
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
"method": "POST",
"body": {
"mimeType": "application/json",
"text": "{\n \"permissions\": [\n {\n \"action\": \"ACCESS\",\n \"constraints\": [\n {\n \"and\": [\n {\n \"leftOperand\": \"FrameworkAgreement.traceability\",\n \"operator\": \"eq\",\n \"rightOperand\": [\n \"active\"\n ]\n },\n {\n \"leftOperand\": \"Membership\",\n \"operator\": \"eq\",\n \"rightOperand\": [\n \"active\"\n ]\n }\n ]\n }\n ]\n }\n ],\n \"policyId\": \"traceability-test\",\n \"validUntil\": \"2024-12-12T23:59:59.999Z\"\n}"
"text": "{\n \"permissions\": [\n {\n \"action\": \"USE\",\n \"constraints\": [\n {\n \"and\": [\n {\n \"leftOperand\": \"FrameworkAgreement.traceability\",\n \"operator\": \"eq\",\n \"rightOperand\": [\n \"active\"\n ]\n },\n {\n \"leftOperand\": \"Membership\",\n \"operator\": \"eq\",\n \"rightOperand\": [\n \"active\"\n ]\n }\n ]\n }\n ]\n }\n ],\n \"policyId\": \"traceability-test\",\n \"validUntil\": \"2024-12-12T23:59:59.999Z\"\n}"
},
"parameters": [],
"headers": [
Expand Down

0 comments on commit 1ac6636

Please sign in to comment.