Skip to content

Commit 5f1d9d6

Browse files
author
Douglas Thomson
committed
Adding the migrate option to the /sys/unseal endpoint
1 parent cfdcbed commit 5f1d9d6

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

docs/UnsealRequest.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Name | Type | Description | Notes
77
------------ | ------------- | ------------- | -------------
88
**Key** | Pointer to **string** | Specifies a single unseal key share. This is required unless reset is true. | [optional]
99
**Reset** | Pointer to **bool** | Specifies if previously-provided unseal keys are discarded and the unseal process is reset. | [optional]
10+
**Migrate** | Pointer to **bool** | 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. | [optional]
1011

1112

1213

openapi.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50289,6 +50289,10 @@
5028950289
"reset": {
5029050290
"type": "boolean",
5029150291
"description": "Specifies if previously-provided unseal keys are discarded and the unseal process is reset."
50292+
},
50293+
"migrate": {
50294+
"type": "boolean",
50295+
"description": "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."
5029250296
}
5029350297
}
5029450298
},

schema/model_unseal_request.go

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)