docker-archive / classicswarm

Swarm Classic: a container clustering system. Not to be confused with Docker Swarm which is at https://github.com/docker/swarmkit
Apache License 2.0
5.75k stars 1.08k forks source link

etcd discovery backend SSLTLS client #360

Closed david-guenault closed 9 years ago

david-guenault commented 9 years ago

Hi, just a little question, is it planned to make etcd discovery backend compatible with SSL/TLS ? Curently only simple http client is supported on etcd discovery backend but go-etcd provide both Client and TLSClient clients. I'm not a go developer so seems to be hard to do it by myself, but if you are all overloaded it's a good way to start learning a new language :-)

vieux commented 9 years ago

It is not currently in our roadmap, but it would be a nice feature to have.

david-guenault commented 9 years ago

@vieux, @aluzzardi The #404 make this issue redondant. I think we can close it.