diff options
author | Alexis de Talhouƫt <alexis.de_talhouet@bell.ca> | 2018-10-23 12:00:12 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-10-23 12:00:12 +0000 |
commit | c5639f6626b47aaa79171a62df3d4d0c47e3bf60 (patch) | |
tree | 39a5ed0555e332597a011cc80f185f064deef6bd /kubernetes/aai/charts/aai-resources | |
parent | 03edd353d4470ab69b2c740568511a0bed4d4918 (diff) | |
parent | 1f5d790972b89f225f1d400f2dd3bfcea4f6e2e0 (diff) |
Merge "Add the https as transport type for dmaap"
Diffstat (limited to 'kubernetes/aai/charts/aai-resources')
-rw-r--r-- | kubernetes/aai/charts/aai-resources/resources/config/application.properties | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kubernetes/aai/charts/aai-resources/resources/config/application.properties b/kubernetes/aai/charts/aai-resources/resources/config/application.properties index 29a6d23341..c8648e499e 100644 --- a/kubernetes/aai/charts/aai-resources/resources/config/application.properties +++ b/kubernetes/aai/charts/aai-resources/resources/config/application.properties @@ -50,6 +50,7 @@ server.ssl.key-store-type=JKS # JMS bind address host port jms.bind.address=tcp://localhost:61647 dmaap.ribbon.listOfServers=message-router.{{.Release.Namespace}}:3905 +dmaap.ribbon.transportType=https # Schema related attributes for the oxm and edges # Any additional schema related attributes should start with prefix schema |