You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.
We deploy our Helm set-up / Tiller with TLS Auth enabled within our clusters. We'd love to be able to have Flux use the clients certs to authenticate with Tiller.
I'm happy to work on the PR for this.
The text was updated successfully, but these errors were encountered:
thojkooi
added a commit
to thojkooi/flux
that referenced
this issue
Jul 4, 2018
- Add support for connecting to tiller using TLS authentication.
It is based on the way the helm client itself configures the TLS authentication. The default is tls disabled.
- Updates the helm chart to support the TLS options. Expects the helm client certificates to be stored in a k8s secret in the same namespace as the helm-operator is deployed. The secretName can be passed along using the helm-deployment. When configuring TLS Verify, a CA certificate has to be passed and this will be created as a ConfigMap during the deployment.
Closesfluxcd#1198
We deploy our Helm set-up / Tiller with TLS Auth enabled within our clusters. We'd love to be able to have Flux use the clients certs to authenticate with Tiller.
I'm happy to work on the PR for this.
The text was updated successfully, but these errors were encountered: