fix audit backends decription (#11535)
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
1ed4d92bce
commit
41d8a76c3c
@@ -92,13 +92,13 @@ admins constructing their own audit profiles.
|
|||||||
## Audit backends
|
## Audit backends
|
||||||
|
|
||||||
Audit backends persist audit events to an external storage.
|
Audit backends persist audit events to an external storage.
|
||||||
[Kube-apiserver][kube-apiserver] out of the box provides two backends:
|
[Kube-apiserver][kube-apiserver] out of the box provides three backends:
|
||||||
|
|
||||||
- Log backend, which writes events to a disk
|
- Log backend, which writes events to a disk
|
||||||
- Webhook backend, which sends events to an external API
|
- Webhook backend, which sends events to an external API
|
||||||
- Dynamic backend, which configures webhook backends through an AuditSink API object.
|
- Dynamic backend, which configures webhook backends through an AuditSink API object.
|
||||||
|
|
||||||
In both cases, audit events structure is defined by the API in the
|
In all cases, audit events structure is defined by the API in the
|
||||||
`audit.k8s.io` API group. The current version of the API is
|
`audit.k8s.io` API group. The current version of the API is
|
||||||
[`v1`][auditing-api].
|
[`v1`][auditing-api].
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user