mlowicki / rhythm

Time-based job scheduler for Apache Mesos
MIT License
29 stars 2 forks source link

Support for SSL while talking to ZooKeeper #11

Open mlowicki opened 6 years ago

mlowicki commented 6 years ago

https://cwiki.apache.org/confluence/display/ZOOKEEPER/ZooKeeper+SSL+User+Guide

mlowicki commented 6 years ago

https://github.com/samuel/go-zookeeper/issues/161 (describes how to do it) https://github.com/hashicorp/vault/commit/239f2013b85cd08c63e4c608886962d3bfa21ac2 (sample implementation in Vault)