Messages are encrypted when using TLS

When helm client and tiller use TLS their messages are encrypted, not unencrypted ;)
pull/4207/head
Tim Hobbs 7 years ago committed by Sebastien Plisson
parent 799ee84ec3
commit 0e9de81d6e

@ -57,7 +57,7 @@ Shared and production clusters -- for the most part -- should use Helm 2.7.2 at
For more information about the proper steps to configure Tiller and use Helm properly with TLS configured, see [Using SSL between Helm and Tiller](tiller_ssl.md). For more information about the proper steps to configure Tiller and use Helm properly with TLS configured, see [Using SSL between Helm and Tiller](tiller_ssl.md).
When Helm clients are connecting from outside of the cluster, the security between the Helm client and the API server is managed by Kubernetes itself. You may want to ensure that this link is secure. Note that if you are using the TLS configuration recommended above, not even the Kubernetes API server has access to the unencrypted messages between the client and Tiller. When Helm clients are connecting from outside of the cluster, the security between the Helm client and the API server is managed by Kubernetes itself. You may want to ensure that this link is secure. Note that if you are using the TLS configuration recommended above, not even the Kubernetes API server has access to the encrypted messages between the client and Tiller.
### Tiller's Release Information ### Tiller's Release Information

Loading…
Cancel
Save