Closed
Description
I'm using Configuration object to be passed to the RESTClientObject class which, in it's constructor calls the proxy manager. The ProxyManager accepts the proxy_header attribute(defaults to None). Now the thing is that the Configuration object accepts the proxy_url attribute but misses out on proxy_headers due to which I'm not able to create a proxy configuration for authentication.
Here's the configuration file
python/kubernetes/client/configuration.py
Line 48 in ed18ea8
And here goes the rest client
python/kubernetes/client/rest.py
Line 91 in ed18ea8