Add option to disable strict X509 verification - #2711
Conversation
|
Adding the "do-not-merge/release-note-label-needed" label because no release-note block was detected, please follow our release note process to remove it. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: Vishwa0223 The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
Hi, could you please review this PR when you have a chance? Thank you! |
| No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) | ||
|
|
||
| The version of the OpenAPI document: release-1.37 | ||
| Generated by OpenAPI Generator (https://openapi-generator.tech) |
There was a problem hiding this comment.
this file is generated, please making changes in the upstream openapi-generator
Adds an option to disable strict X.509 certificate verification in the synchronous Kubernetes client.
Changes
disable_strict_ssl_verificationtoConfiguration.RESTClientObject.ssl.VERIFY_X509_STRICTwhen the option is enabled.Testing
python -m pytest kubernetes/test/test_api_client.pyRelease note
Added an option to disable strict X.509 certificate verification in the synchronous Kubernetes client.
Fixes #2602