databricks / click

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

Parse ca certs one by one, since mac reqwest doesn't seem to handle multiple in one string #197

Closed nicklan closed 2 years ago

nicklan commented 2 years ago

This will fix https://github.com/databricks/click/issues/195. Reqwest on osx seems to not support parsing multiple certs in one string, so we split them up and add them one at a time.