diff options
author | adheli.tavares <adheli.tavares@est.tech> | 2024-02-02 11:36:53 +0000 |
---|---|---|
committer | adheli.tavares <adheli.tavares@est.tech> | 2024-02-07 14:13:37 +0000 |
commit | 5f37a80fa7df9fc5605ee9182f0706b430aec5e1 (patch) | |
tree | a79a5c09d72f238342ba1638ba5e860637408a41 /packages | |
parent | 10723a70523318b2ce9ac7011489687f491036e6 (diff) |
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 <adheli.tavares@est.tech>
Diffstat (limited to 'packages')
-rw-r--r-- | packages/policy-distribution-tarball/src/main/resources/etc/defaultConfig.json | 3 |
1 files changed, 1 insertions, 2 deletions
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 } } }, |