open-vault/changelog/13716.txt
John-Michael Faircloth 4f40189d1a
oidc: check for nil signing key on rotation (#13716)
* check for nil signing key on rotation

* add changelog

* Update nil signing key handling

- bypass setting ExpireAt if signing key is nil in rotate
- return err if singing key is nil in signPayload

* add comment; update error msg on signPayload; refactor UT
2022-01-24 12:05:49 -06:00

4 lines
98 B
Plaintext

```release-note:bug
identity/oidc: Check for a nil signing key on rotation to prevent panics.
```