vault/changelog/_11695.txt
Vault Automation ba04a284f8
Validate that certificate of the connection matches (#11695) (#11764)
* 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>
2026-01-14 14:12:57 -05:00

3 lines
131 B
Text

```release-note:security
auth/cert: ensure that the certificate being renewed matches the certificate attached to the session.
```