mirror of
https://github.com/moby/buildkit.git
synced 2026-08-09 01:01:08 +00:00
Route proxy network policy checks through the existing source policy evaluator so session metadata, deny messages, and URL converts use the same path as LLB sources. Keep proxy-specific request rewriting in the proxy provider. Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
6 lines
119 B
Go
6 lines
119 B
Go
package llbsolver
|
|
|
|
import "github.com/moby/buildkit/util/network"
|
|
|
|
var _ network.ProxyPolicy = (*policyEvaluator)(nil)
|