Files
vault/changelog/26616.txt
Peter Wilson 22b53ed099 VAULT-24945: audit - add context timeout to audit request (#26616)
* add context timeout to audit request

* Ensure 'minimum' timeout for contexts when attempting to send audit entries to the broker
2024-04-30 18:03:18 +01:00

5 lines
277 B
Plaintext

```release-note:bug
core/audit: Audit logging a Vault request/response will now use a minimum 5 second context timeout.
If the existing context deadline occurs later than 5s in the future, it will be used, otherwise a
new context, separate from the original will be used.
```