Files
nomad/.changelog/24442.txt
James Rasell 4e7496d246 keyring: Fix a panic when decrypting aead with empty RSA block. (#24442)
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-12 14:26:35 +00:00

4 lines
107 B
Plaintext

```release-note:bug
keyring: Fixed a bug when decrypting aead with an empty RSA block on state upserts
```