astarte-platform / astarte_vmq_plugin

Astarte VerneMQ plugin publishes incoming messages on an AMQP exchange with some additional metadata, so they can be processed by other components.
http://astarte-platform.org/
Apache License 2.0
16 stars 10 forks source link

Write SSL configuration to vernemq.conf only if SSL is enabled #21

Closed rbino closed 4 years ago

rbino commented 4 years ago

Fix crash when an instance that was not using SSL (e.g. on Kubernetes) was brought up.

Signed-off-by: Riccardo Binetti riccardo.binetti@ispirata.com

codecov[bot] commented 4 years ago

Codecov Report

Merging #21 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #21   +/-   ##
=======================================
  Coverage   77.91%   77.91%           
=======================================
  Files           8        8           
  Lines         163      163           
=======================================
  Hits          127      127           
  Misses         36       36           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update dd729b0...29d3763. Read the comment docs.