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 --- csit/plans/pmmapper/assets/config.json | 0 csit/tests/pmmapper/assets/pm_filter_config.json | 2 +- csit/tests/pmmapper/assets/pm_filter_regex_config.json | 2 +- csit/tests/pmmapper/assets/vendor_filter_config.json | 2 +- 4 files changed, 3 insertions(+), 3 deletions(-) create mode 100644 csit/plans/pmmapper/assets/config.json (limited to 'csit') diff --git a/csit/plans/pmmapper/assets/config.json b/csit/plans/pmmapper/assets/config.json new file mode 100644 index 0000000..e69de29 diff --git a/csit/tests/pmmapper/assets/pm_filter_config.json b/csit/tests/pmmapper/assets/pm_filter_config.json index 79e3f98..21dbd79 100644 --- a/csit/tests/pmmapper/assets/pm_filter_config.json +++ b/csit/tests/pmmapper/assets/pm_filter_config.json @@ -39,4 +39,4 @@ } } } -} \ No newline at end of file +} diff --git a/csit/tests/pmmapper/assets/pm_filter_regex_config.json b/csit/tests/pmmapper/assets/pm_filter_regex_config.json index 5cd7146..23edcb7 100644 --- a/csit/tests/pmmapper/assets/pm_filter_regex_config.json +++ b/csit/tests/pmmapper/assets/pm_filter_regex_config.json @@ -39,4 +39,4 @@ } } } -} \ No newline at end of file +} diff --git a/csit/tests/pmmapper/assets/vendor_filter_config.json b/csit/tests/pmmapper/assets/vendor_filter_config.json index 94d0911..8b4cfdc 100644 --- a/csit/tests/pmmapper/assets/vendor_filter_config.json +++ b/csit/tests/pmmapper/assets/vendor_filter_config.json @@ -39,4 +39,4 @@ } } } -} \ No newline at end of file +} -- cgit 1.2.3-korg