We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee274c7 commit c90dd00Copy full SHA for c90dd00
1 file changed
spanner/client.go
@@ -296,6 +296,7 @@ func allClientOpts(numChannels int, compression string, userOpts ...option.Clien
296
option.WithGRPCConnectionPool(numChannels),
297
option.WithUserAgent(fmt.Sprintf("spanner-go/v%s", internal.Version)),
298
internaloption.EnableDirectPath(true),
299
+ internaloption.AllowNonDefaultServiceAccount(true),
300
}
301
if compression == "gzip" {
302
userOpts = append(userOpts, option.WithGRPCDialOption(grpc.WithDefaultCallOptions(
0 commit comments