Skip to content

Commit

Permalink
fix(transport/grpc): pass through cert source to new auth lib (#2840)
Browse files Browse the repository at this point in the history
Co-authored-by: gcf-merge-on-green[bot] <60162190+gcf-merge-on-green[bot]@users.noreply.github.com>
  • Loading branch information
codyoss and gcf-merge-on-green[bot] authored Oct 31, 2024
1 parent 29e20f6 commit c67e7c0
Showing 1 changed file with 1 addition and 0 deletions.
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

0 comments on commit c67e7c0

Please sign in to comment.