obmarg / kazan

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

Add support for `insecure-skip-tls-verify`. #7

Closed obmarg closed 7 years ago

obmarg commented 7 years ago

This disables TLS verification - useful during development if using unsigned certificates.

obmarg commented 7 years ago

Work was originally done as part of #2 - I'm moving it out into it's own PR to decouple it from any Kubernetes version upgrade work.