-
Notifications
You must be signed in to change notification settings - Fork 104
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
Support ip certificates #39
Comments
Seems like we can fix it upstream by respecting certificate authority configuration of the kube config. |
Following the trails, it seems the issue is actually rustls/rustls#184 that can be fixed only after briansmith/webpki#260 |
#47 helps elevate the issue for now, but keeping this open until upstream is merged and it's really fixed. |
@aviramha So we have a workaround for this, right? Can we remove it from the 2.0 Milestone? |
Yup |
After we transitioned into using RustTLS in #33 we found out that RustTLS doesn't work with IP hosts, hence causing mirrord to not work in cases like minikube, which is required for #35.
Solution seems to be using https://github.com/rustls/rustls-native-certs + building kube rs client and adding those certificates.
The text was updated successfully, but these errors were encountered: