Skip to content

Commit

Permalink
feat(bigtable): Using new auth library (#10766)
Browse files Browse the repository at this point in the history
  • Loading branch information
bhshkh authored Aug 27, 2024
1 parent 2b2c673 commit 8daf304
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bigtable/bigtable.go
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ func NewClientWithConfig(ctx context.Context, project, instance string, config C

// Allow non-default service account in DirectPath.
o = append(o, internaloption.AllowNonDefaultServiceAccount(true))
o = append(o, internaloption.EnableNewAuthLibrary())
o = append(o, opts...)
connPool, err := gtransport.DialPool(ctx, o...)
if err != nil {
Expand Down

0 comments on commit 8daf304

Please sign in to comment.