mirror of
https://github.com/google/nomulus
synced 2026-08-27 19:37:07 +00:00
Use @DefaultCredential for Cloud API access in GAE
This change completes the switch to @DefaultCredential for all use cases in GAE. Impacted modules: - IcannReporting - CreateCdnsTld command - LoadSnapshot command. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=213511730
This commit is contained in:
@@ -274,6 +274,11 @@ misc:
|
||||
# hosts from being used on domains.
|
||||
asyncDeleteDelaySeconds: 90
|
||||
|
||||
cloudDns:
|
||||
# CloudDns testing config. Set both properties to null in Production.
|
||||
rootUrl: https://staging-www.sandbox.googleapis.com
|
||||
servicePath: dns/v2beta1_staging/projects/
|
||||
|
||||
beam:
|
||||
# The default zone to run Apache Beam (Cloud Dataflow) jobs in.
|
||||
defaultJobZone: us-east1-c
|
||||
|
||||
@@ -57,5 +57,9 @@ registrarConsole:
|
||||
misc:
|
||||
sheetExportId: placeholder
|
||||
|
||||
cloudDns:
|
||||
rootUrl: null
|
||||
servicePath: null
|
||||
|
||||
kms:
|
||||
projectId: placeholder
|
||||
|
||||
Reference in New Issue
Block a user