mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-29 09:42:25 +00:00
* change no export data status to be 204 instead of 400 * add identity metadata for JSON and CSV with column flattening * add condition to nil-check-physical-storage-by-nsid semgrep rule * add TestActivityLog_Export_CSV_Header test * fix tests * add changelog entry
8 lines
493 B
Plaintext
8 lines
493 B
Plaintext
```release-note:improvement
|
|
activity: The [activity export API](https://developer.hashicorp.com/vault/api-docs/system/internal-counters#activity-export) now includes identity metadata about entity clients.
|
|
```
|
|
|
|
```release-note:change
|
|
activity: The [activity export API](https://developer.hashicorp.com/vault/api-docs/system/internal-counters#activity-export) now responds with a status of 204 instead 400 when no data exists within the time range specified by `start_time` and `end_time`.
|
|
```
|