mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-02 03:27:54 +00:00
Address comments from review.
This commit is contained in:
@@ -57,7 +57,7 @@ func (c *Sys) RekeyUpdate(shard string) (*RekeyUpdateResponse, error) {
|
||||
type RekeyInitRequest struct {
|
||||
SecretShares int `json:"secret_shares"`
|
||||
SecretThreshold int `json:"secret_threshold"`
|
||||
SecretPGPKeys []string `json:"secret_pgp_keys"`
|
||||
PGPKeys []string `json:"pgp_keys"`
|
||||
}
|
||||
|
||||
type RekeyStatusResponse struct {
|
||||
|
||||
Reference in New Issue
Block a user