From 5f37a80fa7df9fc5605ee9182f0706b430aec5e1 Mon Sep 17 00:00:00 2001 From: "adheli.tavares" Date: Fri, 2 Feb 2024 11:36:53 +0000 Subject: Fix RestController usage after removing AAF filter - some of AAF filter were attached to deprecated dmaap dependency Issue-ID: POLICY-4402 Change-Id: Iba3cf4de5da685ecda7a718b4eb44d1b199942d8 Signed-off-by: adheli.tavares --- .../src/main/resources/etc/defaultConfig.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'packages/policy-distribution-tarball') diff --git a/packages/policy-distribution-tarball/src/main/resources/etc/defaultConfig.json b/packages/policy-distribution-tarball/src/main/resources/etc/defaultConfig.json index 5cdb99ec..830c2c2d 100644 --- a/packages/policy-distribution-tarball/src/main/resources/etc/defaultConfig.json +++ b/packages/policy-distribution-tarball/src/main/resources/etc/defaultConfig.json @@ -63,8 +63,7 @@ "keyStorePath": "null", "keyStorePassword": "null", "activeserverTlsAuth": false, - "isFilterinEmptyResources": true, - "isUseHttpsWithDmaap": false + "isFilterinEmptyResources": true } } }, -- cgit 1.2.3-korg