mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-29 09:42:25 +00:00
* Address a nil panic when writing an empty POST request to the ocsp handler - Seems when no JSON body is sent with a POST request Vault will not populate the HTTPRequest member variable which caused the nil panic - vault write -force pki/ocsp - Add a check for it and the Body member variable to be nil before use. * Add cl
4 lines
110 B
Plaintext
4 lines
110 B
Plaintext
```release-note:bug
|
|
secrets/pki: Address nil panic when an empty POST request is sent to the OCSP handler
|
|
```
|