mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
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.
4 lines
107 B
Plaintext
4 lines
107 B
Plaintext
```release-note:bug
|
|
keyring: Fixed a bug when decrypting aead with an empty RSA block on state upserts
|
|
```
|