diff options
author | Dragosh, Pamela (pd1248) <pd1248@att.com> | 2021-07-13 14:08:17 -0400 |
---|---|---|
committer | Dragosh, Pamela (pd1248) <pd1248@att.com> | 2021-07-13 14:08:43 -0400 |
commit | 8042cd0ad21b91340c80fe4d05bd71fdc54d2488 (patch) | |
tree | b80ef698dd4be0a70bf6285208ee3caec6b86b3f | |
parent | b7693cb482e80a836596d9ffaf50defc761c235d (diff) |
Change to xacml applicationParameters
Issue-ID: POLICY-3326
Change-Id: I116bade6fd8da23363af78e89beb23ee6e73d577
Signed-off-by: Dragosh, Pamela (pd1248) <pd1248@att.com>
-rw-r--r-- | csit/config/xacml-pdp/defaultConfig.json | 4 |
1 files changed, 3 insertions, 1 deletions
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", |