mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-08-09 07:22:40 -04:00
cli: support http proxy
This commit is contained in:
parent
a5a7cec11b
commit
d6567ec52d
5 changed files with 7 additions and 7 deletions
|
@ -15,7 +15,6 @@ import (
|
|||
"errors"
|
||||
"fmt"
|
||||
"io"
|
||||
"net"
|
||||
"net/url"
|
||||
"regexp"
|
||||
"strings"
|
||||
|
@ -550,7 +549,7 @@ func (r *ClusterResource) Configure(_ context.Context, req resource.ConfigureReq
|
|||
}
|
||||
|
||||
newDialer := func(validator atls.Validator) *dialer.Dialer {
|
||||
return dialer.New(nil, validator, &net.Dialer{})
|
||||
return dialer.New(nil, validator, nil)
|
||||
}
|
||||
|
||||
r.newApplier = func(ctx context.Context, _ atls.Validator) *constellation.Applier {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue