mirror of
https://github.com/pomerium/pomerium.git
synced 2025-05-09 23:27:43 +02:00
cache: add client telemetry (#975)
This commit is contained in:
parent
24b523c043
commit
88a77c42bb
7 changed files with 77 additions and 9 deletions
|
@ -150,6 +150,7 @@ func New(opts config.Options) (*Authenticate, error) {
|
|||
RequestTimeout: opts.GRPCClientTimeout,
|
||||
ClientDNSRoundRobin: opts.GRPCClientDNSRoundRobin,
|
||||
WithInsecure: opts.GRPCInsecure,
|
||||
ServiceName: opts.Services,
|
||||
})
|
||||
if err != nil {
|
||||
return nil, err
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue