-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Add ssl/tls support in discovery backends #404
Comments
I agree |
@vieux, thinking about that i do not see how it should be implemented. The only parameter that it is curently possible is the discovery uri in the form [backend]://ip:port, ip:port,.../path. How should it be implemented ? With environment variables ? |
@david-guenault what about etcds:// and consuls:// ? and we use the same tls certs we already have |
or something like |
I'm 👍 for Plus, it's less typing :) |
sorry i've been out for a while. Well etcds seems fine for me. |
Fixed by #1254. Swarm now supports TLS for consul and etcd through |
Since all the docker tools support SSL/TLS (docker, swarm, compose ...) should it be possible in the future to add the same for discovery backends. For exemple etcd and consul does support ssl/tls but it is not possible to enable it in swarm discovery backends.
As a reference you can see #360
The text was updated successfully, but these errors were encountered: