mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-29 17:52:32 +00:00
* Fix re-migration of existing version 1 storage bundles Related: VAULT-17307 Signed-off-by: Alexander Scheel <alex.scheel@hashicorp.com> * Add test for v1->v2 migration post-issuer deletion Signed-off-by: Alexander Scheel <alex.scheel@hashicorp.com> * Add changelog entry Signed-off-by: Alexander Scheel <alex.scheel@hashicorp.com> * Add known-issue about PKI double migration Signed-off-by: Alexander Scheel <alex.scheel@hashicorp.com> * Update website/content/partials/pki-double-migration-bug.mdx Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com> * Update website/content/partials/pki-double-migration-bug.mdx Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com> * Update website/content/partials/pki-double-migration-bug.mdx * Additional clarity around known issue Signed-off-by: Alexander Scheel <alex.scheel@hashicorp.com> --------- Signed-off-by: Alexander Scheel <alex.scheel@hashicorp.com> Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
4 lines
320 B
Plaintext
4 lines
320 B
Plaintext
```release-note:bug
|
|
secrets/pki: Prevent deleted issuers from reappearing when migrating from a version 1 bundle to a version 2 bundle (versions including 1.13.0, 1.12.2, and 1.11.6); when managed keys were removed but referenced in the Vault 1.10 legacy CA bundle, this the error: `no managed key found with uuid`.
|
|
```
|