Skip to content

Commit

Permalink
fix(storage): disable allow non-default credentials flag
Browse files Browse the repository at this point in the history
  • Loading branch information
frankyn committed Dec 20, 2024
1 parent 6ad383b commit aa0d293
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions storage/grpc_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,7 @@ func defaultGRPCOptions() []option.ClientOption {
// Only enable DirectPath when the emulator is not being targeted.
defaults = append(defaults,
internaloption.EnableDirectPath(true),
internaloption.EnableDirectPathXds(),
internaloption.AllowNonDefaultServiceAccount(true))
internaloption.EnableDirectPathXds())
}

return defaults
Expand Down

0 comments on commit aa0d293

Please sign in to comment.