docker-consul icon indicating copy to clipboard operation
docker-consul copied to clipboard

support consul encryption

Open thraxil opened this issue 9 years ago • 2 comments

docker-consul currently can't be configured to join a cluster that uses gossip encryption: https://www.consul.io/docs/agent/encryption.html

thraxil avatar May 11 '15 18:05 thraxil

Have you tried with the latest since moving to gliderlabs?

progrium avatar Jun 30 '15 17:06 progrium

It is possible to use gossip encryption with this image. Any files mounted into the /config directory will be picked up, so host-mounting a JSON file with the following structure will enable gossip encryption:

{"encrypt": "<token as generated by consul keygen>"}

ianmcorvidae avatar Oct 10 '16 21:10 ianmcorvidae