You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expose PostProcessHttpClientHandlerAction via the VaultSharp configuration
provider settings. This allows arbitrary customizations to the underlying
HTTP client, such as customizing HTTP proxy settings.
Copy file name to clipboardExpand all lines: Source/VaultSharp.Extensions.Configuration/VaultOptions.cs
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -163,5 +163,17 @@ public VaultOptions(
163
163
/// An optional action to post-process the HttpClientHandler. Used to manually validate the server certificate. Ignored if AcceptInsecureConnection is true.
0 commit comments