mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
## Description Adds authentication support for upstream proxies in `aibridgeproxyd`. When credentials are provided in the upstream proxy URL, the `Proxy-Authorization` header is now included in `CONNECT` requests. ## Changes * Extract credentials from upstream proxy URL and set `Proxy-Authorization` header on tunneled `CONNECT` requests * Support optional user and password * Fail at startup if both username and password are empty * Add tests for all auth scenarios Follow-up: https://github.com/coder/internal/issues/1204