Files
vault/changelog/25605.txt
Peter Wilson 67c16342d8 VAULT-24013: Audit regression attempting to recover from panic (#25605)
* Add Logger to BackendConfig

* EntryFormatter use logger and recover panics

* Added TODO to consider

* Add 'name' to entry formatter

* Add test for the panic

* Fix NoopAudit with update params

* emit counter metric even when 0

* Fix vault package tests

* changelog

* Remove old comment during test writing
2024-02-26 10:33:30 +00:00

4 lines
104 B
Plaintext

```release-note:bug
audit: Handle a potential panic while formatting audit entries for an audit log
```