mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-31 18:48:08 +00:00
fix typo in vault operator init cmd (#11792)
This commit is contained in:
@@ -448,7 +448,7 @@ func (c *OperatorInitCommand) init(client *api.Client, req *api.InitRequest) int
|
|||||||
c.UI.Output("")
|
c.UI.Output("")
|
||||||
c.UI.Output(wrapAtLength(fmt.Sprintf(
|
c.UI.Output(wrapAtLength(fmt.Sprintf(
|
||||||
"Vault does not store the generated master key. Without at least %d "+
|
"Vault does not store the generated master key. Without at least %d "+
|
||||||
"key to reconstruct the master key, Vault will remain permanently "+
|
"keys to reconstruct the master key, Vault will remain permanently "+
|
||||||
"sealed!",
|
"sealed!",
|
||||||
req.SecretThreshold)))
|
req.SecretThreshold)))
|
||||||
|
|
||||||
|
|||||||
@@ -128,7 +128,7 @@ distribute the key shares printed above. When the Vault is re-sealed,
|
|||||||
restarted, or stopped, you must supply at least 3 of these keys to unseal it
|
restarted, or stopped, you must supply at least 3 of these keys to unseal it
|
||||||
before it can start servicing requests.
|
before it can start servicing requests.
|
||||||
|
|
||||||
Vault does not store the generated master key. Without at least 3 key to
|
Vault does not store the generated master key. Without at least 3 keys to
|
||||||
reconstruct the master key, Vault will remain permanently sealed!
|
reconstruct the master key, Vault will remain permanently sealed!
|
||||||
|
|
||||||
It is possible to generate new unseal keys, provided you have a quorum of
|
It is possible to generate new unseal keys, provided you have a quorum of
|
||||||
|
|||||||
Reference in New Issue
Block a user