Skip to content

Commit

Permalink
Merge branch 'main' into vet-upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
quartzmo authored Aug 13, 2024
2 parents 45c79f6 + fab520d commit b8b2539
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bigtable/bigtable.go
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,9 @@ 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.AllowNonDefaultServiceAccount(true),
internaloption.EnableNewAuthLibrary())
o = append(o, opts...)
connPool, err := gtransport.DialPool(ctx, o...)
if err != nil {
Expand Down

0 comments on commit b8b2539

Please sign in to comment.