mirror of
https://github.com/google/nomulus.git
synced 2025-05-13 16:07:15 +02:00
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:
parent
ef3977e837
commit
47870f98eb
6 changed files with 160 additions and 17 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue