diff options
author | LiamBurke <Liam.Burke@ericsson.com> | 2019-01-30 11:19:09 +0000 |
---|---|---|
committer | LiamBurke <liam.burke@ericsson.com> | 2019-01-30 11:19:09 +0000 |
commit | c2ab2dc8d886ce2369c012ce0e3ef3c214a9662a (patch) | |
tree | 823d0c5bea0002db713951f2c5c41940961f0e27 /plans/usecases/5G-bulkpm | |
parent | 3acb57a71cf6ce59eae11883277e1915759b7606 (diff) |
Updates due ot SDK changes
Change-Id: I4ddfa6c5c90a982e043e6df1ec61fe2567163734
Issue-ID: INT-832
Signed-off-by: LiamBurke <liam.burke@ericsson.com>
Diffstat (limited to 'plans/usecases/5G-bulkpm')
-rw-r--r-- | plans/usecases/5G-bulkpm/assets/datafile_endpoints.json | 13 |
1 files 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 |