-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Open
Labels
help wantedDenotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.
Description
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!
Metadata
Metadata
Assignees
Labels
help wantedDenotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.