open-vault/changelog/18173.txt
Tom Proctor 05aeab2752
Fix plugin list API when audit logging enabled (#18173)
* Add test that fails due to audit log panic
* Rebuild VersionedPlugin as map of primitive types before adding to response
* Changelog
* Fix casting in external plugin tests
2022-12-01 10:44:44 +00:00

4 lines
135 B
Plaintext

```release-note:bug
plugins: Listing all plugins while audit logging is enabled will no longer result in an internal server error.
```