From 8390bbeea1671553d6499aa2bd0fe85f6fbbe58c Mon Sep 17 00:00:00 2001 From: Matthias Fischer Date: Wed, 17 Apr 2024 18:47:08 +0200 Subject: [PATCH] chore(config): [#530] remove obsolete entries from acceptedPolicies configuration --- CHANGELOG.md | 4 ++++ charts/item-relationship-service/values.yaml | 6 ------ irs-api/src/main/resources/application.yml | 6 ------ irs-registry-client/README.md | 6 ------ 4 files changed, 4 insertions(+), 18 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0910b38fce..76c1455396 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,10 @@ _**For better traceability add the corresponding GitHub issue number in each cha ## [Unreleased] +## Changed + +- Removed obsolete entries from acceptedPolicies configuration. #530 + ## [5.0.0] - 2024-04-16 diff --git a/charts/item-relationship-service/values.yaml b/charts/item-relationship-service/values.yaml index 11e51ed895..2f60e73eb3 100644 --- a/charts/item-relationship-service/values.yaml +++ b/charts/item-relationship-service/values.yaml @@ -199,15 +199,9 @@ edc: # IRS will only negotiate contracts for offers with a policy as defined in the allowedNames list. # If a requested asset does not provide one of these policies, a tombstone will be created and this node will not be processed. acceptedPolicies: - - leftOperand: "PURPOSE" - operator: "eq" - rightOperand: "ID 3.0 Trace" - leftOperand: "PURPOSE" operator: "eq" rightOperand: "ID 3.1 Trace" - - leftOperand: "PURPOSE" - operator: "eq" - rightOperand: R2_Traceability - leftOperand: "FrameworkAgreement.traceability" operator: "eq" rightOperand: "active" diff --git a/irs-api/src/main/resources/application.yml b/irs-api/src/main/resources/application.yml index 7e34c4faaf..2e1268a00c 100644 --- a/irs-api/src/main/resources/application.yml +++ b/irs-api/src/main/resources/application.yml @@ -162,15 +162,9 @@ irs-edc-client: # IRS will only negotiate contracts for offers with a policy as defined in the acceptedPolicies list. # If a requested asset does not provide one of these policies, a tombstone will be created and this node will not be processed. acceptedPolicies: - - leftOperand: "PURPOSE" - operator: "eq" - rightOperand: "ID 3.0 Trace" - leftOperand: "PURPOSE" operator: "eq" rightOperand: "ID 3.1 Trace" - - leftOperand: "PURPOSE" - operator: "eq" - rightOperand: R2_Traceability - leftOperand: "FrameworkAgreement.traceability" operator: "eq" rightOperand: "active" diff --git a/irs-registry-client/README.md b/irs-registry-client/README.md index 449f64e032..15778aba25 100644 --- a/irs-registry-client/README.md +++ b/irs-registry-client/README.md @@ -67,15 +67,9 @@ irs-edc-client: # IRS will only negotiate contracts for offers with a policy as defined in the acceptedPolicies list. # If a requested asset does not provide one of these policies, a tombstone will be created and this node will not be processed. acceptedPolicies: - - leftOperand: "PURPOSE" - operator: "eq" - rightOperand: "ID 3.0 Trace" - leftOperand: "PURPOSE" operator: "eq" rightOperand: "ID 3.1 Trace" - - leftOperand: "PURPOSE" - operator: "eq" - rightOperand: R2_Traceability - leftOperand: "FrameworkAgreement.traceability" operator: "eq" rightOperand: "active"