refactor: avoid terminology collision with aibridge by renaming passthrough to tunneled (#21562)

## Description

Renames "passthrough" to "tunneled" in aiproxy to avoid terminology
collision with aibridge, which has its own passthrough concept.

Follow-up from:
https://github.com/coder/coder/pull/21512#discussion_r2698231778

---------

Co-authored-by: Danny Kopping <danny@coder.com>
This commit is contained in:
Susana Ferreira
2026-01-19 13:23:42 +00:00
committed by GitHub
co-authored by Danny Kopping
parent 08343a7a9f
commit a002fbbae6
7 changed files with 66 additions and 66 deletions
+1 -1
View File
@@ -1897,7 +1897,7 @@ Path to the CA private key file for AI Bridge Proxy.
| Environment | <code>$CODER_AIBRIDGE_PROXY_UPSTREAM</code> |
| YAML | <code>aibridgeproxy.upstream_proxy</code> |
URL of an upstream HTTP proxy to chain passthrough (non-allowlisted) requests through. Format: http://[user:pass@]host:port or https://[user:pass@]host:port.
URL of an upstream HTTP proxy to chain tunneled (non-allowlisted) requests through. Format: http://[user:pass@]host:port or https://[user:pass@]host:port.
### --aibridge-proxy-upstream-ca