No way to control proxy settings in client
See original GitHub issueHi, thanks for an awesome library! Unfortunately, I can’t use it in my environment as we need to specifically disable the proxy to access our Vault server, but it looks like there is no way to control the proxy settings of the HttpClient
used by the HttpDataAccessManager
. And since VaultClient is internal
, there is no easy way to craft our own IDataAccessManager
either.
Is there any possibility we will see some way of controlling the IDataAccessManager
that our VaultClient
uses?
Issue Analytics
- State:
- Created 7 years ago
- Comments:15 (8 by maintainers)
Top Results From Across the Web
How to prevent users from changing proxy settings on ...
To disable the ability to change the proxy settings on Windows 10, use these steps: Open Start.
Read more >Prevent Users from Changing Proxy Settings in Windows
In Windows 10 and 11, you can change proxy settings from the Settings -> Network and Internet -> Proxy ( ms-settings:network-proxy ). user...
Read more >How to Turn Off or Disable the Proxy Settings on Windows 11
You can also disable proxy settings on Windows via the Control Panel. To do this, follow these steps: ... Go to the Connections...
Read more >Configure device proxy and Internet connection settings
Configure the Microsoft Defender for Endpoint proxy and internet settings to enable communication with the cloud service.
Read more >Fast way to switch off proxy in Windows
The solution is to click on Start, Control Panel, Network and Internet, Internet options, Connection, Local network setting and switch off proxy ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
This doesn’t appear to provide the desired functionality. The HttpClient instance doesn’t allow customizing the HttpHandler. The only things you can change in this Action is the BaseAddress. Am I missing something?
Perhaps it would be better to allow specifying the HttpClientHandler?
@agc93 @monodop @bromanko @pnquest
The latest version of VaultSharp (0.10.x) is out. It supports customization of the underlying http handler. Now you can set the proxy settings cleanly.
Do check it out.