• Matt Butcher's avatar
    Fix/missing ssl params (#3152) · e8e6ac5d
    Matt Butcher authored
    * fix(helm): add TLS params back
    
    During a recent refactor, several TLS flags stopped being processed for
    a few of the commands. This fixes those commands, and documents how to
    set up TLS.
    
    * fix(tiller): add stricter certificate verification
    
    The older version of Tiller allowed a weaker set of certificate checks
    than we intended. This version requires a client certificate, and then
    requires that that certificate be signed by a known CA. This works
    around the situation where a user could provide a self-signed
    certificate.
    e8e6ac5d
Name
Last commit
Last update
.circleci Loading commit data...
_proto Loading commit data...
cmd Loading commit data...
docs Loading commit data...
pkg Loading commit data...
rootfs Loading commit data...
scripts Loading commit data...
testdata Loading commit data...
.gitignore Loading commit data...
CONTRIBUTING.md Loading commit data...
LICENSE Loading commit data...
Makefile Loading commit data...
OWNERS Loading commit data...
README.md Loading commit data...
code-of-conduct.md Loading commit data...
glide.lock Loading commit data...
glide.yaml Loading commit data...
versioning.mk Loading commit data...