databricks / click

The "Command Line Interactive Controller for Kubernetes"
Apache License 2.0
1.49k stars 84 forks source link

Fix webpki errors for IP SAN certs #110

Closed nicklan closed 5 years ago

nicklan commented 5 years ago

This PR uses a hack to support certs with IpAddress SANs. This is what minikube uses, so it's important for click to support them.

This is pretty gross, but works. We can remove this when webpki supports IpAddress SANs properly.