summaryrefslogtreecommitdiffstats
path: root/zmqauth
AgeCommit message (Collapse)AuthorFilesLines
2018-07-23Handle ZMQ authCorentin LABBE5-0/+99
This patch add support for using ZMQ auth. Basicly adding "zmq_auth: True" to a master is sufficient to enable it. Since "ZMQ certificates" are using a custom format (vs X509 classic), we need to use the custom generator. For helping with that a temporary docker is generated which handle generating thoses files.