aboutsummaryrefslogtreecommitdiffstats
path: root/models-interactions/model-simulators/src/test/resources/org/onap/policy/simulators/dmaap/TopicParameters.json
diff options
context:
space:
mode:
Diffstat (limited to 'models-interactions/model-simulators/src/test/resources/org/onap/policy/simulators/dmaap/TopicParameters.json')
-rw-r--r--models-interactions/model-simulators/src/test/resources/org/onap/policy/simulators/dmaap/TopicParameters.json23
1 files changed, 23 insertions, 0 deletions
diff --git a/models-interactions/model-simulators/src/test/resources/org/onap/policy/simulators/dmaap/TopicParameters.json b/models-interactions/model-simulators/src/test/resources/org/onap/policy/simulators/dmaap/TopicParameters.json
index ba1f4806f..03531918b 100644
--- a/models-interactions/model-simulators/src/test/resources/org/onap/policy/simulators/dmaap/TopicParameters.json
+++ b/models-interactions/model-simulators/src/test/resources/org/onap/policy/simulators/dmaap/TopicParameters.json
@@ -7,6 +7,18 @@
],
"topicCommInfrastructure": "dmaap",
"fetchTimeout": 100
+ },
+ {
+ "topic": "MY-AUTH-TOPIC",
+ "servers": [
+ "localhost:${authPort}"
+ ],
+ "topicCommInfrastructure": "dmaap",
+ "fetchTimeout": 100,
+ "useHttps": true,
+ "allowSelfSignedCerts": true,
+ "userName": "my-username",
+ "password": "my-password"
}
],
"topicSinks": [
@@ -16,6 +28,17 @@
"localhost:${port}"
],
"topicCommInfrastructure": "dmaap"
+ },
+ {
+ "topic": "MY-AUTH-TOPIC",
+ "servers": [
+ "localhost:${authPort}"
+ ],
+ "topicCommInfrastructure": "dmaap",
+ "useHttps": true,
+ "allowSelfSignedCerts": true,
+ "userName": "my-username",
+ "password": "my-password"
}
]
} \ No newline at end of file