Check that auth value is not None (#151)

* Check that auth value is not None

The previous check for truth prevented the verify_ssl param from being
set to false, thus forcing ssl verfication in every case.

* Add changelog fragment

* Fix linting
This commit is contained in:
Mike Graves
2021-06-24 12:15:27 -04:00
committed by GitHub
parent 35af8a48ad
commit 15799b2dd5
2 changed files with 4 additions and 1 deletions

View File

@@ -0,0 +1,3 @@
---
bugfixes:
- check auth params for existence, not whether they are true (https://github.com/ansible-collections/kubernetes.core/pull/151).