-
Notifications
You must be signed in to change notification settings - Fork 110
Closed
Labels
Description
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
- This SDK does not support cert based auth for the proxy. This request call is creating new brand new call every time - and not using KustoClient_session.
- And it takes proxy but has no option to give cert and verify keys to provide cert based auth.
Describe the solution you'd like
A clear and concise description of what you want to happen.
- Add sessions ioption for cert and verify/cacert like:
self.client._session.verify
self.client._session.cert
with proxy as session or set_proxy()
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
- Used username and password based auth for the proxy instead of cert based auth.
Additional context
Add any other context or screenshots about the feature request here.