Skip to content

Commit

Permalink
Add svc account print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
rtitle committed Oct 20, 2017
1 parent 079bd84 commit 99b4d98
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ class HttpGoogleIamDAO(clientSecrets: GoogleClientSecrets,
retryWhen500orGoogleError { () =>
executeGoogleRequest(inserter)
} map { serviceAccount =>
logger.info("service account: " + serviceAccount.toPrettyString)
WorkbenchUserServiceAccount(serviceAccountId, WorkbenchUserServiceAccountEmail(serviceAccount.getEmail), displayName)
}
}
Expand Down

0 comments on commit 99b4d98

Please sign in to comment.