mirror of
https://github.com/google/nomulus.git
synced 2025-07-04 10:13:30 +02:00
Whitelist credit creations commands for gTech
See bug for context. This way gTech can create credits in the future without our intervention. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=120382506
This commit is contained in:
parent
9c8e23ea57
commit
3a3f112454
4 changed files with 6 additions and 4 deletions
|
@ -34,6 +34,8 @@ public final class GtechTool {
|
|||
.put("convert_idn", ConvertIdnCommand.class)
|
||||
.put("create_anchor_tenant", CreateAnchorTenantCommand.class)
|
||||
.put("create_contact", CreateContactCommand.class)
|
||||
.put("create_credit", CreateCreditCommand.class)
|
||||
.put("create_credit_balance", CreateCreditBalanceCommand.class)
|
||||
.put("create_registrar_groups", CreateRegistrarGroupsCommand.class)
|
||||
.put("create_registrar", CreateRegistrarCommand.class)
|
||||
.put("create_sandbox_tld", CreateSandboxTldCommand.class)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue