open-vault/changelog/14543.txt
Jason O'Donnell 219df7087c
identity/token: fix duplicate keys in well-known (#14543)
* identity/token: fix duplicate kids in well-known

* Remove unused check

* changelog

* use map-based approach to dedup key IDs

* improve changelog description

* move jwks closer to usage; specify capacity

Co-authored-by: Austin Gebauer <agebauer@hashicorp.com>
2022-03-16 18:48:10 -07:00

4 lines
117 B
Plaintext

```release-note:bug
identity/token: Fixes a bug where duplicate public keys could appear in the .well-known JWKS
```