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
Problem Statement
Proxy support in CLI and go sdk is limited to proxies that does not require authentication. Many customer environments require either basic or spnego(kerberos) auth for proxies
Problem Statement
Proxy support in CLI and go sdk is limited to proxies that does not require authentication. Many customer environments require either basic or spnego(kerberos) auth for proxies
Proposed Solution
Add proxy authentication support like the one available in curl described here: https://everything.curl.dev/usingcurl/proxies/auth.html
The text was updated successfully, but these errors were encountered: