Files
vault/changelog/26777.txt
Peter Wilson d66461ef07 VAULT-26466: audit - include correlation ID headers by default (#26777)
* Include correlation ID header by default for audit

* changelog

* casing adjustment
2024-05-08 12:36:00 +01:00

5 lines
271 B
Plaintext

```release-note:change
audit: breaking change - Vault now allows audit logs to contain 'correlation-id' and 'x-correlation-id' headers when they
are present in the incoming request. By default they are not HMAC'ed (but can be configured to HMAC by Vault Operators).
```