You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Should use GoogleCredentials.getApplicationDefault() to get the service account, pending fix for googleapis/google-auth-library-java#381 to support createScoped().
Both simplifies deployment and makes it more secure as service account private key is never exposed to anyone.
The text was updated successfully, but these errors were encountered:
Should use GoogleCredentials.getApplicationDefault() to get the service account, pending fix for googleapis/google-auth-library-java#381 to support createScoped().
Both simplifies deployment and makes it more secure as service account private key is never exposed to anyone.
The text was updated successfully, but these errors were encountered: