Skip to content

Commit c67e7c0

Browse files
fix(transport/grpc): pass through cert source to new auth lib (#2840)
Co-authored-by: gcf-merge-on-green[bot] <60162190+gcf-merge-on-green[bot]@users.noreply.github.com>
1 parent 29e20f6 commit c67e7c0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

transport/grpc/dial.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,7 @@ func dialPoolNewAuth(ctx context.Context, secure bool, poolSize int, ds *interna
229229
GRPCDialOpts: prepareDialOptsNewAuth(ds),
230230
PoolSize: poolSize,
231231
Credentials: creds,
232+
ClientCertProvider: ds.ClientCertSource,
232233
APIKey: ds.APIKey,
233234
DetectOpts: &credentials.DetectOptions{
234235
Scopes: ds.Scopes,

0 commit comments

Comments
 (0)