Skip to content

Commit

Permalink
log sa email
Browse files Browse the repository at this point in the history
  • Loading branch information
alexei-led committed Mar 30, 2022
1 parent b7113d7 commit d25a3d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/gtoken/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ func generateIDToken(ctx context.Context, sa gcp.ServiceAccountInfo, idToken gcp
if err != nil {
return err
}
log.Printf("found service account: %s\n", serviceAccount)
// initial duration to 1ms
duration := time.Millisecond
timer := time.NewTimer(duration).C
Expand Down

0 comments on commit d25a3d6

Please sign in to comment.