Proxy SSL Context
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!
/help
@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.
/assign