helm/chartmuseum

TLS Client Cert Authentication

jgiles opened this issue · 3 comments

This is related to the excellent proposal in #59, but should be solvable immediately rather than as a long-term effort.

The Helm client supports TLS client certificate authentication:
helm/helm#1038 (comment)

It would be great if chartmuseum supported a --tls-ca-cert which would perform client certificate authentication of incoming requests, accepting client certs issued by the trusted CA.

Perhaps this is already supported, but I can't find it in the documentation.

@jgiles hi thanks for opening, sorry for delay. will look into asap.

I'll be happy to pick this up, thank you

@jgiles @Smana this is finally supported in latest/master thanks to @amerghazal #203! Closing