question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

No way to control proxy settings in client

See original GitHub issue

Hi, 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:closed
  • Created 7 years ago
  • Comments:15 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
bromankocommented, Jun 21, 2017

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?

0reactions
rajanadarcommented, Aug 17, 2018

@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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found