Hi Team,
Currently, we are using open source vault in production and want to migrate to enterprise with HSM support. Below is what we are trying to do and struggling with.
> We have open source vault in placed with tones of secrets into it.
> We have HSM in placed and ready to intigrate with Vault enterprise HSM.
We tried below thing to migrate secrets
> stopped existing vault
> installed vault enterprise with hsm binary
> change config to setup to support pkcs11
> vault is started now and not initialize
> now run vault operator migrate and it was successful.
> now tried to initialise vault and getting below issue.
error checking health: error="barrier seal type of "shamir" does not match loaded type of "pkcs11""
Is migration of secrets from open source vault to vault enterprise hsm with HSM device integration ?