Skip to content

Commit

Permalink
hardcode cloud platform scope for test
Browse files Browse the repository at this point in the history
  • Loading branch information
ddowker committed Sep 14, 2024
1 parent a966b1b commit 4e6c5e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion broker/fragment/store_gcs.go
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ func (s *gcsBackend) gcsClient(ep *url.URL) (cfg GSStoreConfig, client *storage.
}
var ctx = context.Background()

creds, err := google.FindDefaultCredentials(ctx, storage.ScopeFullControl)
creds, err := google.FindDefaultCredentials(ctx, "https://www.googleapis.com/auth/cloud-platform")
if err != nil {
return
}
Expand Down

0 comments on commit 4e6c5e1

Please sign in to comment.