diff options
author | Tomasz Wrobel <tomasz.wrobel@nokia.com> | 2022-01-25 11:00:42 +0100 |
---|---|---|
committer | Tomasz Wrobel <tomasz.wrobel@nokia.com> | 2022-02-11 12:27:06 +0100 |
commit | 9d02ea09cac22c177688622ed50a7eb3f6fd38ce (patch) | |
tree | 430c1dfc64d505a24a380d7eeef48d0f1c3d37db /csit | |
parent | 6fa1dfca682711066189bef2f946433b614239fe (diff) |
Fix loading SSL Context when certpaths not exist in configuration1.8.0
- 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 <tomasz.wrobel@nokia.com>
Change-Id: I27d44cf8c2887b3a75c5ad16f833439b7b5757ee
Diffstat (limited to 'csit')
4 files changed, 3 insertions, 3 deletions
diff --git a/csit/plans/pmmapper/assets/config.json b/csit/plans/pmmapper/assets/config.json new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/csit/plans/pmmapper/assets/config.json 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 +} |