google-nomulus/java/google/registry/config
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
..
files Use local GoogleCredential in the nomulus tool 2018-12-05 16:06:19 -05:00
BUILD Add option --non_live_versions to set_num_instances command 2018-12-03 18:58:05 -05:00
ConfigUtils.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
CredentialModule.java Use local credential to deploy beam pipelines 2018-12-05 16:07:54 -05:00
package-info.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
RdapNoticeDescriptor.java Format some imports using fix_imports.py 2017-10-24 16:53:47 -04:00
RegistryConfig.java Use local GoogleCredential in the nomulus tool 2018-12-05 16:06:19 -05:00
RegistryConfigSettings.java Use local GoogleCredential in the nomulus tool 2018-12-05 16:06:19 -05:00
RegistryEnvironment.java Restore original System Properties after tests 2018-11-14 11:57:23 -05:00
SystemPropertySetter.java Restore original System Properties after tests 2018-11-14 11:57:23 -05:00