Skip to content

Commit

Permalink
fix: update GrpcStorageOptions to set allowNonDefaultServiceAccount =…
Browse files Browse the repository at this point in the history
… true (#1977)
  • Loading branch information
BenWhitehead committed Apr 12, 2023
1 parent d6accdf commit f1b9493
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ private Tuple<StorageSettings, Opts<UserProject>> resolveSettingsAndOpts() throw
InstantiatingGrpcChannelProvider.Builder channelProviderBuilder =
InstantiatingGrpcChannelProvider.newBuilder()
.setEndpoint(endpoint)
.setAllowNonDefaultServiceAccount(true)
.setAttemptDirectPath(attemptDirectPath);

if (scheme.equals("http")) {
Expand Down

0 comments on commit f1b9493

Please sign in to comment.