diff --git a/pkg/registry/http.go b/pkg/registry/http.go index 73bcbc8..273d972 100644 --- a/pkg/registry/http.go +++ b/pkg/registry/http.go @@ -28,6 +28,7 @@ func newHTTPRegistry(schemaPathTemplate string, cacheFolder string, strict bool, MaxIdleConns: 100, IdleConnTimeout: 3 * time.Second, DisableCompression: true, + Proxy: http.ProxyFromEnvironment, } if skipTLS {