mirror of
https://github.com/google/nomulus.git
synced 2025-07-25 03:58:34 +02:00
Add "create_cdns_tld" command to nomulus
Add a command to allow us to create the managed zone for a new TLD in cloud dns. Note: this implementation is problematic, it's currently doing its own thing as far as credentials and http transport, making it unusable with the [] channel and the credentials generated by login. Unfortunately, fixing the plumbing to make it work right is difficult, and we have an immediate need for this functionality. b/67367533 created to clean this up, along with related warts in the codebase. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=170906329
This commit is contained in:
parent
939c18bbce
commit
6e84401271
6 changed files with 186 additions and 0 deletions
|
@ -69,6 +69,7 @@ java_library(
|
|||
"@com_beust_jcommander",
|
||||
"@com_google_api_client",
|
||||
"@com_google_apis_google_api_services_bigquery",
|
||||
"@com_google_apis_google_api_services_dns",
|
||||
"@com_google_appengine_api_1_0_sdk",
|
||||
"@com_google_appengine_remote_api",
|
||||
"@com_google_appengine_remote_api//:link",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue