From 9d02ea09cac22c177688622ed50a7eb3f6fd38ce Mon Sep 17 00:00:00 2001 From: Tomasz Wrobel Date: Tue, 25 Jan 2022 11:00:42 +0100 Subject: Fix loading SSL Context when certpaths not exist in configuration - Make cert paths field optional in configuration. - Allow to skip ssl context load. - Make PublisherConfig and SubscriberConfig fields optional. - Remove Auth Header when AAF credentials are empty Issue-ID: DCAEGEN2-3032 Issue-ID: DCAEGEN2-3038 Signed-off-by: Tomasz Wrobel Change-Id: I27d44cf8c2887b3a75c5ad16f833439b7b5757ee --- tools/development/resources/mount_config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/development/resources') diff --git a/tools/development/resources/mount_config.yaml b/tools/development/resources/mount_config.yaml index f3cf34e..ff81f1b 100644 --- a/tools/development/resources/mount_config.yaml +++ b/tools/development/resources/mount_config.yaml @@ -15,7 +15,7 @@ dmaap_dr_delete_endpoint: "https://dmaap-dr-node:8443/delete" dmaap_dr_feed_name: "1" aaf_identity: "aaf_admin@people.osaaf.org" aaf_password: "demo123456!" -enable_http: true, +enable_http: true streams_publishes: dmaap_publisher: type: "message_router" -- cgit 1.2.3-korg