Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not use a custom http.Transport due to Resty incompatibility (#227)
We're hitting the same issue as here: linode/cluster-api-provider-linode#436 We use a custom CA and it doesn't get used. Given that we construct an http.Transport that is of a different concrete type than http.Transport (it just needs to be a RoundTripper), resty fails and defaults to an empty client, discarding our CA.
- Loading branch information