1
0
mirror of https://github.com/google/nomulus synced 2026-02-04 03:52:33 +00: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:
nickfelt
2016-04-20 15:26:08 -07:00
committed by Justine Tunney
parent 9c8e23ea57
commit 3a3f112454
4 changed files with 6 additions and 4 deletions

View File

@@ -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)