databricks-sdk-go icon indicating copy to clipboard operation
databricks-sdk-go copied to clipboard

[FEATURE] Support proxies that require authentication

Open mkazia-db opened this issue 1 year ago • 0 comments
trafficstars

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

mkazia-db avatar Sep 17 '24 16:09 mkazia-db