mirror of
https://github.com/pomerium/pomerium.git
synced 2025-04-29 10:26:29 +02:00
Disable serviceconfig (#289)
This commit is contained in:
parent
0e44aa64b5
commit
247cf4781d
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ func NewGRPCClientConn(opts *Options) (*grpc.ClientConn, error) {
|
|||
}
|
||||
|
||||
if opts.ClientDNSRoundRobin {
|
||||
dialOptions = append(dialOptions, grpc.WithBalancerName(roundrobin.Name))
|
||||
dialOptions = append(dialOptions, grpc.WithBalancerName(roundrobin.Name), grpc.WithDisableServiceConfig())
|
||||
connAddr = fmt.Sprintf("dns:///%s", connAddr)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue