From 8042cd0ad21b91340c80fe4d05bd71fdc54d2488 Mon Sep 17 00:00:00 2001 From: "Dragosh, Pamela (pd1248)" Date: Tue, 13 Jul 2021 14:08:17 -0400 Subject: [PATCH] Change to xacml applicationParameters Issue-ID: POLICY-3326 Change-Id: I116bade6fd8da23363af78e89beb23ee6e73d577 Signed-off-by: Dragosh, Pamela (pd1248) --- csit/config/xacml-pdp/defaultConfig.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/csit/config/xacml-pdp/defaultConfig.json b/csit/config/xacml-pdp/defaultConfig.json index 36ebec6a..a6c502d4 100644 --- a/csit/config/xacml-pdp/defaultConfig.json +++ b/csit/config/xacml-pdp/defaultConfig.json @@ -18,7 +18,9 @@ "useHttps": true, "aaf": false }, - "applicationPath": "/opt/app/policy/pdpx/apps", + "applicationParameters": { + "applicationPath": "/opt/app/policy/pdpx/apps" + }, "topicParameterGroup": { "topicSources" : [{ "topic" : "POLICY-PDP-PAP", -- 2.16.6