From 5e6a65cff426adbbad5391a74b9c275b668058c3 Mon Sep 17 00:00:00 2001 From: "adheli.tavares" Date: Wed, 4 Oct 2023 16:47:28 +0100 Subject: Remove AAF from xacml-pdp Issue-ID: POLICY-4592 Change-Id: I5b23b31df436c64f15d98a6f6731ec842d4df86d Signed-off-by: adheli.tavares --- .../policy-xacmlpdp-tarball/src/main/resources/etc/defaultConfig.json | 4 +--- .../policy-xacmlpdp-tarball/src/main/resources/etc/s3pConfig.json | 3 +-- 2 files changed, 2 insertions(+), 5 deletions(-) (limited to 'packages/policy-xacmlpdp-tarball') diff --git a/packages/policy-xacmlpdp-tarball/src/main/resources/etc/defaultConfig.json b/packages/policy-xacmlpdp-tarball/src/main/resources/etc/defaultConfig.json index 9fee0d97..d5b021b4 100644 --- a/packages/policy-xacmlpdp-tarball/src/main/resources/etc/defaultConfig.json +++ b/packages/policy-xacmlpdp-tarball/src/main/resources/etc/defaultConfig.json @@ -8,7 +8,6 @@ "userName": "healthcheck", "password": "zb!XztG34", "https": true, - "aaf": false, "prometheus": true }, "policyApiParameters": { @@ -16,8 +15,7 @@ "port": 6969, "userName": "healthcheck", "password": "zb!XztG34", - "useHttps": true, - "aaf": false + "useHttps": true }, "applicationParameters": { "applicationPath": "/opt/app/policy/pdpx/apps" 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 4b6ad685..9aa2c6f9 100644 --- a/packages/policy-xacmlpdp-tarball/src/main/resources/etc/s3pConfig.json +++ b/packages/policy-xacmlpdp-tarball/src/main/resources/etc/s3pConfig.json @@ -7,7 +7,6 @@ "port":6969, "userName":"healthcheck", "password":"zb!XztG34", - "https": true, - "aaf": false + "https": true } } -- cgit 1.2.3-korg