Skip to content

Commit

Permalink
backport of commit ba19333 (#25768)
Browse files Browse the repository at this point in the history
Co-authored-by: Scott Miller <smiller@hashicorp.com>
  • Loading branch information
1 parent 493ca85 commit a7f6f92
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions website/content/api-docs/system/unseal.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,8 @@ Either the `key` or `reset` parameter must be provided; if both are provided,
- `reset` `(bool: false)` – Specifies if previously-provided unseal keys are
discarded and the unseal process is reset.

- `migrate` `(bool: false)` - Available in 1.0 - Used to migrate the seal
from shamir to autoseal or autoseal to shamir. Must be provided on all unseal
key calls.
- `migrate` `(bool: false)` - Used to migrate the seal from shamir to autoseal
or autoseal to shamir. Must be provided on all unseal key calls.

### Sample payload

Expand Down

0 comments on commit a7f6f92

Please sign in to comment.