Skip to content
Next Next commit
fix(transport/grpc): pass through cert source to new auth lib
  • Loading branch information
codyoss committed Oct 25, 2024
commit 3c90127c9c9d6792de16b1cc8c3f3e2909a017ca
1 change: 1 addition & 0 deletions transport/grpc/dial.go
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@ func dialPoolNewAuth(ctx context.Context, secure bool, poolSize int, ds *interna
GRPCDialOpts: prepareDialOptsNewAuth(ds),
PoolSize: poolSize,
Credentials: creds,
ClientCertProvider: ds.ClientCertSource,
APIKey: ds.APIKey,
DetectOpts: &credentials.DetectOptions{
Scopes: ds.Scopes,
Expand Down