From 5576a927ee2999f6bfa48219941c5c16693a9967 Mon Sep 17 00:00:00 2001 From: "a.sreekumar" Date: Thu, 18 Feb 2021 16:24:58 +0000 Subject: 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 Signed-off-by: Jim Hahn --- scripts/policy/config/xacml-pdp/defaultConfig.json | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts/policy') 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, -- cgit 1.2.3-korg