mirror of
https://github.com/google/nomulus.git
synced 2025-05-13 16:07:15 +02:00
Add GetKeyringSecretCommand to retrieve keyring secrets.
Cloned from CL 149476124 by 'g4 patch'. Original change by shikhman@shikhman:registry-secrets-2:897:citc on 2017/03/07 15:37:09. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=151950797
This commit is contained in:
parent
62c7a3935a
commit
c3df4e26a3
3 changed files with 126 additions and 0 deletions
|
@ -73,6 +73,7 @@ public final class RegistryTool {
|
|||
.put("get_domain", GetDomainCommand.class)
|
||||
.put("get_history_entries", GetHistoryEntriesCommand.class)
|
||||
.put("get_host", GetHostCommand.class)
|
||||
.put("get_keyring_secret", GetKeyringSecretCommand.class)
|
||||
.put("get_lrp_token", GetLrpTokenCommand.class)
|
||||
.put("get_registrar", GetRegistrarCommand.class)
|
||||
.put("get_resource_by_key", GetResourceByKeyCommand.class)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue