From c2ab2dc8d886ce2369c012ce0e3ef3c214a9662a Mon Sep 17 00:00:00 2001 From: LiamBurke Date: Wed, 30 Jan 2019 11:19:09 +0000 Subject: [PATCH] Updates due ot SDK changes Change-Id: I4ddfa6c5c90a982e043e6df1ec61fe2567163734 Issue-ID: INT-832 Signed-off-by: LiamBurke --- plans/usecases/5G-bulkpm/assets/datafile_endpoints.json | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/plans/usecases/5G-bulkpm/assets/datafile_endpoints.json b/plans/usecases/5G-bulkpm/assets/datafile_endpoints.json index 41c4b4fe..2e2b67a8 100644 --- a/plans/usecases/5G-bulkpm/assets/datafile_endpoints.json +++ b/plans/usecases/5G-bulkpm/assets/datafile_endpoints.json @@ -11,7 +11,7 @@ "dmaapContentType": "application/json", "consumerId": "C12", "consumerGroup": "OpenDcae-c12", - "timeoutMS": -1, + "timeoutMs": -1, "messageLimit": 1 }, "dmaapProducerConfiguration": { @@ -31,6 +31,13 @@ "trustedCA": "/config/ftpKey.jks", "trustedCAPassword": "secret" } - } + }, + "security": { + "trustStorePath" : "trustStorePath", + "trustStorePasswordPath" : "trustStorePasswordPath", + "keyStorePath" : "keyStorePath", + "keyStorePasswordPath" : "keyStorePasswordPath", + "enableDmaapCertAuth" : "enableDmaapCertAuth" + } } -} +} \ No newline at end of file -- 2.16.6