Commit 790516b
Added tests for all proxy related code in the overmind CLI. (#2992)
## Fix AWS SDK v2 Proxy Configuration and Add Comprehensive Proxy Tests
### Problem
We needed to assess whether or not we've supported proxies in the CLI in
order to make sure that we can use this at one of our customers.
### Audit Summary
An audit of HTTP clients found one issue (now fixed). All other clients
already respect proxy settings:
- ✅ `otelhttp.DefaultClient` (uses `http.DefaultTransport`)
- ✅ AWS SDK with Terraform provider config (explicitly configured)
- ✅ GCP SDK, Kubernetes client-go, WebSocket dialers (all use transports
that respect proxy)
- ✅ 1 parent ca99975 commit 790516b
2 files changed
Lines changed: 452 additions & 1 deletion
0 commit comments