kubernetes-client/python

Add option to disable strict x509 verifcation in sync client

開放

#2,602 建立於 2026年5月27日

 (6 則留言) (0 個反應) (0 位負責人)Python (3,323 個分叉)batch import
help wantedkind/feature

倉庫指標

星標
 (6,225 顆星)
PR 合併指標
 (平均合併 10天 3小時) (30 天內合併 2 個 PR)

描述

What is the feature and why do you need it:

Since Python 3.13 RFC 5280 compliance is strictly enforced by default with the ssl.VERIFY_X509_STRICT flag. While kubernetes.aio.client.configuration.Configuration does have the option disable_strict_ssl_verification it is still missing for kubernetes.client.configuration.Configuration.

Describe the solution you'd like to see:

Implement patches for kubernetes.client.configuration.Configuration and kubernetes.client.rest.RESTClientObject to add support for disable_strict_ssl_verification similar to how it's been handled for the async client.

貢獻者指南