From 461cbe68a4a4cb85af39fc13e5d69ce84d5150c7 Mon Sep 17 00:00:00 2001 From: Pamela Dragosh Date: Tue, 16 Feb 2021 15:33:27 -0600 Subject: Make xacml pdpType configurable Adding code to enable the pdp type to be configurable. Issue-ID: POLICY-3071 Change-Id: I51c873f68bff1866c6b2e96958b6c33872aea2c8 Signed-off-by: Pamela Dragosh --- packages/policy-xacmlpdp-tarball/src/main/resources/etc/s3pConfig.json | 1 + 1 file changed, 1 insertion(+) (limited to 'packages/policy-xacmlpdp-tarball/src/main/resources/etc/s3pConfig.json') diff --git a/packages/policy-xacmlpdp-tarball/src/main/resources/etc/s3pConfig.json b/packages/policy-xacmlpdp-tarball/src/main/resources/etc/s3pConfig.json index f7a2e88b..4b6ad685 100644 --- a/packages/policy-xacmlpdp-tarball/src/main/resources/etc/s3pConfig.json +++ b/packages/policy-xacmlpdp-tarball/src/main/resources/etc/s3pConfig.json @@ -1,6 +1,7 @@ { "name": "XacmlPdpParameters", "pdpGroup": "defaultGroup", + "pdpType": "xacml", "restServerParameters":{ "host":"0.0.0.0", "port":6969, -- cgit 1.2.3-korg