-
Notifications
You must be signed in to change notification settings - Fork 401
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TLS Client Cert Authentication #79
Comments
@jgiles hi thanks for opening, sorry for delay. will look into asap. |
I'll be happy to pick this up, thank you |
ghost
mentioned this issue
Jan 10, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The text was updated successfully, but these errors were encountered: