From d4508f0545e91386848238afbcb60486e0190f16 Mon Sep 17 00:00:00 2001 From: Matthias Fischer Date: Mon, 22 Apr 2024 11:20:08 +0200 Subject: [PATCH] chore(charts): [#530] remove outdated policies --- charts/irs-environments/dil/values.yaml | 6 ------ charts/irs-helm/values.yaml | 6 ------ irs-api/src/main/resources/application.yml | 6 ------ 3 files changed, 18 deletions(-) diff --git a/charts/irs-environments/dil/values.yaml b/charts/irs-environments/dil/values.yaml index ce3e95abfa..9b6ecb8d1a 100644 --- a/charts/irs-environments/dil/values.yaml +++ b/charts/irs-environments/dil/values.yaml @@ -124,15 +124,9 @@ irs-helm: catalog: 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/charts/irs-helm/values.yaml b/charts/irs-helm/values.yaml index d3fc3421ab..ed1a63a50c 100644 --- a/charts/irs-helm/values.yaml +++ b/charts/irs-helm/values.yaml @@ -186,15 +186,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 5e371d20e1..6353ea63ca 100644 --- a/irs-api/src/main/resources/application.yml +++ b/irs-api/src/main/resources/application.yml @@ -157,15 +157,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"