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.
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-certwhich 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.