-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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] Check if provided certificate is valid #16762
Comments
I've taken a quick look at this issue.
We may try to generalize the solution by creating a simple server with exposing ingress/route and the analyze the certificate in the identical way. This brings unneeded complexity for pure Kubernetes infras, but gives us a single way of resolving the problem. I've quickly looked at the certificate analyzation problem and may say that we definitely need to use some library to parse certificates (Often they have C++ backend with Nodejs bindings). One of such libs for Nodejs is P.S. As we've already implemented autogeneration of TLS certificates for Che installation this issue isn't urgent any more as it is applicable only if user wants to provide own certificates for Che installation instead of using generated by Che one. |
Issues go stale after Mark the issue as fresh with If this issue is safe to close now please do so. Moderators: Add |
Is your task related to a problem? Please describe.
If invalid certificate was used then Eclipse Che deployed fail.
It is better to add preflight check and warn an user.
Describe the solution you'd like
Add basic check for the certificate:
The text was updated successfully, but these errors were encountered: