breser / git2consul

Mirrors the contents of a git repository into Consul KVs.
Other
763 stars 164 forks source link

Add support for certificates for secure mode. #154

Open breser opened 7 years ago

breser commented 7 years ago

This allows for an optional Certifying Authority certificate as well as a Client certificate and key for use with secure mode. Allowing git2consul to be used with servers that have verify_incoming turned on.

Consul client library had to be upgraded to pick up a new enough version of the node consul client library and it's dependency papi to support this.

gotson commented 7 years ago

would you have a ready to use binary for this PR ? I definitely need this and would be happy to test it :)

igoratencompass commented 7 years ago

+1 would love to have this option too and test asap.