vault/changelog/31266.txt
miagilepner 6994b6f796
VAULT-38099: Fix plugin audit panic during unseal (#31266)
* add nil check for audit broker

* add test

* lint, changelog
2025-07-17 11:17:05 +02:00

7 lines
304 B
Plaintext

```release-note:bug
plugins: Fix panics that can occur when a plugin audits a request or response before the Vault server has finished unsealing.
```
```release-note:bug
kmip (enterprise): Fix a panic that can happen when a KMIP client makes a request before the Vault server has finished unsealing.
```