Merge pull request #64024 from loburm/truncate
Automatic merge from submit-queue.
Implemented truncating audit backend
Fixes #60432
Introduces an optional truncating backend, disabled by default, that estimates the size of audit events and truncates events/split batches based on the configuration.
```release-note
Introduce truncating audit backend that can be enabled by passing --audit-log-truncate-enabled or --audit-webhook-truncate-enabled flag to the apiserver to limit the size of individual audit events and batches of events.
```
I had to manually remove dependency of original PR #61711, from #60056, that's why automated cherry-pick was not used.
Showing
Please
register
or
sign in
to comment