mirror of
https://github.com/google/nomulus
synced 2026-01-10 16:00:52 +00:00
Use new default credentials in a few more modules
Updated Reporting (Beam pipeline), Registrar sync to sheets, and Cloud Dns. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=212811185
This commit is contained in:
@@ -55,7 +55,12 @@ public abstract class CredentialModule {
|
||||
return credential;
|
||||
}
|
||||
|
||||
/** Provides a {@link GoogleCredential} from the service account's JSON key file. */
|
||||
/**
|
||||
* Provides a {@link GoogleCredential} from the service account's JSON key file.
|
||||
*
|
||||
* <p>On App Engine, a thread created using Java's built-in API needs this credential when it
|
||||
* calls App Engine API. The Google Sheets API also needs this credential.
|
||||
*/
|
||||
@JsonCredential
|
||||
@Provides
|
||||
@Singleton
|
||||
|
||||
Reference in New Issue
Block a user