Files
nomad/.changelog/24383.txt
James Rasell 316430b094 keyring: Fix a panic when decrypting aead with empty RSA block. (#24383)
Clusters that have gone through several upgrades have be found to
include keyring material which has an empty RSA block.

In more recent versions of Nomad, an empty RSA block is omitted
from being written to disk. This results in the panic not being
present. Older versions, however, did not have this struct tag
meaning we wrote an empty JSON block which is not accounted for
in the current version.
2024-11-07 16:08:18 +00:00

4 lines
116 B
Plaintext

```release-note:bug
keyring: Fixed a panic on server startup when decrypting AEAD key data with empty RSA block
```