open-vault/changelog/13298.txt
John-Michael Faircloth 32152e10fd
Identity: check NextSigningKey existence during key rotation (#13298)
* oidc: fix key rotation panic

* refactor and update unit tests

* add changelog
2021-11-29 15:10:58 -06:00

4 lines
101 B
Plaintext

```release-note:bug
identity: Fixes a panic in the OIDC key rotation due to a missing nil check.
```