b8cfb4dde5
* Ignore EC PARAMETER blocks during issuer import While older versions of Vault supported sending this, we broke such support in 1.11. Ignore them from the manage issuers endpoint (which is aliased to the old /config/ca path) -- but keep erring in the import keys paths. The latter is a new endpoint not aliased to anything and only expects a single PEM block. Signed-off-by: Alexander Scheel <alex.scheel@hashicorp.com> * Add changelog entry Signed-off-by: Alexander Scheel <alex.scheel@hashicorp.com> * Add regression test for EC PARAMs during import Signed-off-by: Alexander Scheel <alex.scheel@hashicorp.com> Signed-off-by: Alexander Scheel <alex.scheel@hashicorp.com>
4 lines
151 B
Plaintext
4 lines
151 B
Plaintext
```release-note:bug
|
|
secrets/pki: Ignore EC PARAMETER PEM blocks during issuer import (/config/ca, /issuers/import/*, and /intermediate/set-signed)
|
|
```
|