mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-29 17:52:32 +00:00
* add context timeout to audit request * Ensure 'minimum' timeout for contexts when attempting to send audit entries to the broker
5 lines
277 B
Plaintext
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.
|
|
``` |