Add UpdateKmsKeyringCommand to update keys in the KMS Keyring

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=152253868
This commit is contained in:
guyben 2017-04-05 07:16:27 -07:00 committed by Ben McIlwain
parent ef3977e837
commit 47870f98eb
6 changed files with 160 additions and 17 deletions

View file

@ -110,6 +110,7 @@ public final class RegistryTool {
.put("update_application_status", UpdateApplicationStatusCommand.class)
.put("update_claims_notice", UpdateClaimsNoticeCommand.class)
.put("update_cursors", UpdateCursorsCommand.class)
.put("update_kms_keyring", UpdateKmsKeyringCommand.class)
.put("update_premium_list", UpdatePremiumListCommand.class)
.put("update_registrar", UpdateRegistrarCommand.class)
.put("update_reserved_list", UpdateReservedListCommand.class)