kubernetes-client/python

Add option to disable strict x509 verifcation in sync client

オープン

#2,602 opened on 2026/05/27

 (6 件のコメント) (0 件のリアクション) (0 人の担当者)Python (3,323 件のフォーク)batch import
help wantedkind/feature

Repository metrics

Stars
 (6,225 個のスター)
PR merge metrics
 (平均マージ 10d 3h) (30d で 2 merged PRs)

説明

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.

コントリビューターガイド