mirror of
https://github.com/hashicorp/vault.git
synced 2026-06-11 01:42:06 -04:00
Remove dupe website text
This commit is contained in:
parent
153d5360f7
commit
3e95a48e7b
1 changed files with 1 additions and 34 deletions
|
|
@ -187,7 +187,7 @@ call.
|
|||
|
||||
When the operation is complete, this will return a response like the example
|
||||
below; otherwise the response will be the same as the `GET` method against
|
||||
`sys/rekey-recovery-key/init`, providing status on the operation itself.
|
||||
`sys/rekey/init`, providing status on the operation itself.
|
||||
|
||||
If verification was requested, successfully completing this flow will
|
||||
immediately put the operation into a verification state, and provide the nonce
|
||||
|
|
@ -274,39 +274,6 @@ threshold required for the new shares to pass verification. `progress` is how
|
|||
many of the new unseal keys have been provided for this verification operation.
|
||||
The `nonce` for the current rekey operation is also displayed.
|
||||
|
||||
## Read Rekey Recovery Key Verification Progress
|
||||
|
||||
This endpoint reads the configuration and progress of the current rekey
|
||||
verification attempt.
|
||||
|
||||
| Method | Path | Produces |
|
||||
| :------- | :------------------------------------------ | :--------------------- |
|
||||
| `GET` | `/sys/rekey-recovery-key/verify` | `200 application/json` |
|
||||
|
||||
### Sample Request
|
||||
|
||||
```
|
||||
$ curl \
|
||||
--header "X-Vault-Token: ..." \
|
||||
http://127.0.0.1:8200/v1/sys/rekey-recovery-key/verify
|
||||
```
|
||||
|
||||
### Sample Response
|
||||
|
||||
```json
|
||||
{
|
||||
"nonce": "8b112c9e-2738-929d-bcc2-19aff249ff10",
|
||||
"t": 3,
|
||||
"n": 5,
|
||||
"progress": 1
|
||||
}
|
||||
```
|
||||
|
||||
`n` is the total number of new shares that were generated and `t` is the
|
||||
threshold required for the new shares to pass verification. `progress` is how
|
||||
many of the new unseal keys have been provided for this verification operation.
|
||||
The `nonce` for the current rekey operation is also displayed.
|
||||
|
||||
## Cancel Rekey Verification
|
||||
|
||||
This endpoint cancels any in-progress rekey verification operation. This clears
|
||||
|
|
|
|||
Loading…
Reference in a new issue