libcluster
libcluster copied to clipboard
No SSL certificate validation on cluster API call
HTTP client has hardcoded no-verification approach for SSL connections to cluster endpoints.
I guess, it might be on purpose - than has to be documented. Otherwise has to be considered as security issue?
https://github.com/bitwalker/libcluster/blob/1a0640f2b39adc430a121add01ab2ae0a4ee35b2/lib/strategy/kubernetes.ex#L223