mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
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:
co-authored by
Danny Kopping
parent
08343a7a9f
commit
a002fbbae6
Generated
+1
-1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user