python icon indicating copy to clipboard operation
python copied to clipboard

Proxy SSL Context

Open kevarr opened this issue 8 months ago • 3 comments

What is the feature and why do you need it:

Ability to provide proxy SSL context when creating Configurtion object.

This would be useful in order to configure the TLS connection made to a proxy server, separate from the TLS connection made to the Kubernetes cluster.

This behavior, provided by urllib3, is described here: https://urllib3.readthedocs.io/en/stable/advanced-usage.html#http-and-https-proxies

Please see: HTTPS Proxy + HTTPS Destination

Describe the solution you'd like to see:

Ability to provide proxy SSL context when creating Configurtion object.

https://github.com/kubernetes-client/python/blob/master/kubernetes/client/rest.py#L99

Thanks in advance!

kevarr avatar Apr 15 '25 15:04 kevarr

/help

yliaog avatar Apr 23 '25 20:04 yliaog

@yliaog: This request has been marked as needing help from a contributor.

Guidelines

Please ensure that the issue body includes answers to the following questions:

  • Why are we solving this issue?
  • To address this issue, are there any code changes? If there are code changes, what needs to be done in the code and what places can the assignee treat as reference points?
  • Does this issue have zero to low barrier of entry?
  • How can the assignee reach out to you for help?

For more details on the requirements of such an issue, please see here and ensure that they are met.

If this request no longer meets these requirements, the label can be removed by commenting with the /remove-help command.

In response to this:

/help

Instructions 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.

k8s-ci-robot avatar Apr 23 '25 20:04 k8s-ci-robot

/assign

p172913 avatar Jun 05 '25 13:06 p172913