From 0acfd6e7c93872062817d16fdc5d4b28d9155c26 Mon Sep 17 00:00:00 2001 From: PatrikBuhr Date: Wed, 12 Jan 2022 08:10:39 +0100 Subject: [PATCH] PMS, Enabling json schema validation Signed-off-by: PatrikBuhr Change-Id: Idc358eab81585150f7d0ad6babe60c988354f630 --- .../helm/policymanagementservice/resources/config/application.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nonrtric/helm/policymanagementservice/resources/config/application.yaml b/nonrtric/helm/policymanagementservice/resources/config/application.yaml index 5fc5051e..5b1016c3 100644 --- a/nonrtric/helm/policymanagementservice/resources/config/application.yaml +++ b/nonrtric/helm/policymanagementservice/resources/config/application.yaml @@ -67,3 +67,6 @@ app: http.proxy-port: 0 # path where the service can store data vardata-directory: /var/policy-management-service + # the config-file-schema-path referres to a location in the jar file. If this property is empty or missing, + # no schema validation will be executed. + config-file-schema-path: /application_configuration_schema.json -- 2.16.6