google-nomulus/java/google/registry/beam/invoicing
jianglai a612e9bf66 Use local credential to deploy beam pipelines
We are moving away from using Application Default Credentials generated by "gcloud auth application-default login" in our code base and consolidate on using self-managed credentials provided from AuthModule.

One of the remaining dependencies on the ADCs is from beam pipeline deployment commands, which by default use the ADCs to talk to GCS and upload the jar files and templates. In this CL, we explicitly provide the locally created credential to the Options used in deployments.

Also moved all credential qualifiers to CredentialModule, and removed @AppEngineAdminApiCredential, which is no longer used.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=224199812
2018-12-05 16:07:54 -05:00
..
sql Handle Purchase Order numbers explicitly in billing pipeline 2018-09-20 11:19:36 -04:00
BillingEvent.java Handle Purchase Order numbers explicitly in billing pipeline 2018-09-20 11:19:36 -04:00
BUILD Use local credential to deploy beam pipelines 2018-12-05 16:07:54 -05:00
InvoicingPipeline.java Use local credential to deploy beam pipelines 2018-12-05 16:07:54 -05:00
InvoicingUtils.java Update input/output of Spec11 pipeline to final format 2018-08-20 14:26:46 -04:00