summaryrefslogtreecommitdiffstats
path: root/a1-policy-management/config
diff options
context:
space:
mode:
authorPatrikBuhr <patrik.buhr@est.tech>2021-10-08 14:08:59 +0200
committerPatrikBuhr <patrik.buhr@est.tech>2021-10-11 15:58:16 +0200
commite81a9de40bc0acb4a15ecf9fd60500a6f71344e4 (patch)
treefe5cba1d66e1aeab40a0a433b5a17d5e8166b0e8 /a1-policy-management/config
parent8efef0513821e7a586de4831a982833050be03e8 (diff)
Create a json schema for validation of the configuration of the A1 PMS - A1 Jakarta
Enabling the feature by default and fixing so that the schema can be loaded from the jar. Issue-ID: CCSDK-3468 Signed-off-by: PatrikBuhr <patrik.buhr@est.tech> Change-Id: I49a41b9124b74d5019200cc9b6eb48c5d46b043d
Diffstat (limited to 'a1-policy-management/config')
-rw-r--r--a1-policy-management/config/application.yaml4
1 files changed, 3 insertions, 1 deletions
diff --git a/a1-policy-management/config/application.yaml b/a1-policy-management/config/application.yaml
index e1a778c3..d02c0a87 100644
--- a/a1-policy-management/config/application.yaml
+++ b/a1-policy-management/config/application.yaml
@@ -74,5 +74,7 @@ app:
http.proxy-type: HTTP
# path where the service can store data
vardata-directory: /var/policy-management-service
- config-file-schema-path:
+ # 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