mirror of
https://github.com/hashicorp/vault.git
synced 2026-02-03 20:40:45 -05:00
* Validate that certificate of the connection is the same as the certificate we are trying to renew for. * add changelog * Add explicit check for nil-entry. * Remove the cast - PR feedback. Co-authored-by: Kit Haines <khaines@mit.edu>
3 lines
131 B
Text
3 lines
131 B
Text
```release-note:security
|
|
auth/cert: ensure that the certificate being renewed matches the certificate attached to the session.
|
|
```
|