Updates due ot SDK changes 73/77573/1
authorLiamBurke <Liam.Burke@ericsson.com>
Wed, 30 Jan 2019 11:19:09 +0000 (11:19 +0000)
committerLiamBurke <liam.burke@ericsson.com>
Wed, 30 Jan 2019 11:19:09 +0000 (11:19 +0000)
Change-Id: I4ddfa6c5c90a982e043e6df1ec61fe2567163734
Issue-ID: INT-832
Signed-off-by: LiamBurke <liam.burke@ericsson.com>
plans/usecases/5G-bulkpm/assets/datafile_endpoints.json

index 41c4b4f..2e2b67a 100644 (file)
@@ -11,7 +11,7 @@
                 "dmaapContentType": "application/json",
                 "consumerId": "C12",
                 "consumerGroup": "OpenDcae-c12",
-                "timeoutMS": -1,
+                "timeoutMs": -1,
                 "messageLimit": 1
             },
             "dmaapProducerConfiguration": {
                 "trustedCA": "/config/ftpKey.jks",
                 "trustedCAPassword": "secret"
             }
-        }
+        },
+        "security": {
+            "trustStorePath" : "trustStorePath",
+            "trustStorePasswordPath" : "trustStorePasswordPath",
+            "keyStorePath" : "keyStorePath",
+            "keyStorePasswordPath" : "keyStorePasswordPath",
+            "enableDmaapCertAuth" : "enableDmaapCertAuth"
+            }
     }
-}
+}
\ No newline at end of file