From c18e3d5e6ddf742702faa96ef0e3c2847f7eb79b Mon Sep 17 00:00:00 2001 From: Pamela Dragosh Date: Tue, 16 Feb 2021 15:50:52 -0600 Subject: xacml pdpType is configurable Update the configuration file. Issue-ID: POLICY-3071 Change-Id: Ib164dcc8d8b4f761d4e8a9e14555ac1ae43b7f95 Signed-off-by: Pamela Dragosh --- csit/config/xacml-pdp/defaultConfig.json | 1 + 1 file changed, 1 insertion(+) (limited to 'csit/config/xacml-pdp/defaultConfig.json') diff --git a/csit/config/xacml-pdp/defaultConfig.json b/csit/config/xacml-pdp/defaultConfig.json index 5a6573a3..f489919a 100644 --- a/csit/config/xacml-pdp/defaultConfig.json +++ b/csit/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