aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authora.sreekumar <ajith.sreekumar@bell.ca>2021-02-18 16:24:58 +0000
committerJim Hahn <jrh3@att.com>2021-02-18 16:17:21 -0500
commit5576a927ee2999f6bfa48219941c5c16693a9967 (patch)
treedfda8ac95491c78b62242e43008756f1a0e71e6e /scripts
parent49679a66c9c84b0cfc2f0d0fbab5109c5dad3730 (diff)
Update CSIT to check for 202 response during PAP Deployment
Xacml pdp-type is now configurable - added it to the config file. Change-Id: I026f62efb8eb07b4e4ca42cf34f8ca2af9662df6 Issue-ID: POLICY-2526 Signed-off-by: a.sreekumar <ajith.sreekumar@bell.ca> Signed-off-by: Jim Hahn <jrh3@att.com>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/policy/config/xacml-pdp/defaultConfig.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/policy/config/xacml-pdp/defaultConfig.json b/scripts/policy/config/xacml-pdp/defaultConfig.json
index 5a6573a3..f489919a 100644
--- a/scripts/policy/config/xacml-pdp/defaultConfig.json
+++ b/scripts/policy/config/xacml-pdp/defaultConfig.json
@@ -1,6 +1,7 @@
{
"name": "XacmlPdpParameters",
"pdpGroup": "defaultGroup",
+ "pdpType": "xacml",
"restServerParameters": {
"host": "0.0.0.0",
"port": 6969,