-
Notifications
You must be signed in to change notification settings - Fork 4.3k
New issue
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
Unable to migrate seal configuration away from AWS KMS #7952
Comments
I'm hitting the same issue with the
And when I try to migrate, i get:
|
same issue for me too |
Same issue also for 1.3.1 using gcpckms keys when converting to shamir |
I also hit this issue when attempting to convert from awskms to shamir |
This issue has been resolved in Vault 1.3.2 #8172 Conversion from auto seal gcpckms to shamir is working as expected without the error. |
you need to add seal shamir block in configuration and add disable=true in seal awskms block seal "shamir" {} seal "awskms" { refer below for more info https://support.hashicorp.com/hc/en-us/articles/10375276754707-AWS-KMS-to-AWS-KMS-Seal-Migration |
@NagenderPulluri |
Describe the bug
I am unable to migrate away from awskms seal type if vault was initialized with the awskms seal configuration originally.
To Reproduce
Then I get the following error.
Expected behavior
I excpected the vault to be unsealed and converted to shamir Seal Type like described in the documentation: https://www.vaultproject.io/docs/concepts/seal.html#seal-migration
If the vault is first initialized without awskms the migration works as expected both ways. I believe this is a bug, or at least it is unclear in the documentation.
Is there a way to work around this for an existing cluster?
Environment:
vault status
): Version 1.3.0vault version
): Version 1.3.0Vault server configuration file(s):
The text was updated successfully, but these errors were encountered: