Open skogie opened 6 years ago
@skogie yes, unfortunately Monocular doesn't support this currently.
Ok, thank you. Closing.
Going to keep this open to keep track of the issue, if that's okay @skogie
Sure, no problem.
Hi there. Does anyone know a workaround for this or any plan on handling this issue ? As a workaround : could something like a sidecar proxy handling Tls <-> http do the job ?
Sidecar proxy might work but you'd also probably need a network policy plugin that could enforce rules between any non-monocular connections.
I'd def like to see support for TLS since we can't really leave any open tillers.
I have installed tiller in my namespace test1 with a service account named
tiller
. I have also followed the helm quickstart guide for securing the communication between helm and tiller with tls here (https://docs.helm.sh/using_helm/#using-ssl-between-helm-and-tiller). When i try to deploy from Monocular into my k8s-cluster i geton the monocular-api at the endpoint
/v1/releases
in the monocular-api-log i get the following:
Am I right to assume that since my helm/tiller installation is using tls-certificates these also have to be deployed with the api somehow?