obmarg / kazan

Kubernetes API client for Elixir
https://hex.pm/packages/kazan
MIT License
138 stars 35 forks source link

Remove :ssl warning log by specifying the :verify option #78

Closed wschroeder closed 2 years ago

wschroeder commented 2 years ago

We now specify [verify: :verify_peer] when the cacerts SSL option is specified; this removes the warning log from :ssl.

obmarg commented 2 years ago

Thanks @wschroeder - good job doing the changelog as well 👍