Skip to content

Commit ae15372

Browse files
authored
Update audit.md (#46655)
* Update audit.md Adjust phrasing of the metadata audit level description to provide consistency of terms between levels. Previously the metadata level was the only one referencing "request metadata" rather than "event metadata". * Adjust wording per feedback thread
1 parent 0904bf6 commit ae15372

File tree

1 file changed

+3
-3
lines changed
  • content/en/docs/tasks/debug/debug-cluster

1 file changed

+3
-3
lines changed

content/en/docs/tasks/debug/debug-cluster/audit.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,11 @@ compared against the list of rules in order. The first matching rule sets the
6666
_audit level_ of the event. The defined audit levels are:
6767

6868
- `None` - don't log events that match this rule.
69-
- `Metadata` - log request metadata (requesting user, timestamp, resource,
69+
- `Metadata` - log events with metadata (requesting user, timestamp, resource,
7070
verb, etc.) but not request or response body.
71-
- `Request` - log event metadata and request body but not response body.
71+
- `Request` - log events with request metadata and body but not response body.
7272
This does not apply for non-resource requests.
73-
- `RequestResponse` - log event metadata, request and response bodies.
73+
- `RequestResponse` - log events with request metadata, request body and response body.
7474
This does not apply for non-resource requests.
7575

7676
You can pass a file with the policy to `kube-apiserver`

0 commit comments

Comments
 (0)