We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This client library is unable to proivde an unseal key with the migrate option set to true.
Current schema.UnsealRequest: https://github.com/hashicorp/vault-client-go/blob/main/schema/model_unseal_request.go
Current API endpoint definition: https://developer.hashicorp.com/vault/api-docs/system/unseal
The post body includes the migrate option for seal migration. I would like this to be included to perform seal migrations using this client library.
migrate
https://developer.hashicorp.com/vault/api-docs/system/unseal
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the feature request or question
This client library is unable to proivde an unseal key with the migrate option set to true.
Current schema.UnsealRequest:
https://github.com/hashicorp/vault-client-go/blob/main/schema/model_unseal_request.go
Current API endpoint definition:
https://developer.hashicorp.com/vault/api-docs/system/unseal
The post body includes the
migrate
option for seal migration. I would like this to be included to perform seal migrations using this client library.Link to the Vault API Docs that support this feature
https://developer.hashicorp.com/vault/api-docs/system/unseal
The text was updated successfully, but these errors were encountered: