Skip to content

Commit 70dbc89

Browse files
authored
Merge pull request #32283 from PriyanshuAhlawat/adding_auditing
Update controlling-access.md issue-32224
2 parents beb21b6 + e62d2f7 commit 70dbc89

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

content/en/docs/concepts/security/controlling-access.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,12 @@ The available Admission Control modules are described in [Admission Controllers]
129129
Once a request passes all admission controllers, it is validated using the validation routines
130130
for the corresponding API object, and then written to the object store (shown as step **4**).
131131

132+
## Auditing
133+
134+
Kubernetes auditing provides a security-relevant, chronological set of records documenting the sequence of actions in a cluster.
135+
The cluster audits the activities generated by users, by applications that use the Kubernetes API, and by the control plane itself.
136+
137+
For more information, see [Auditing](/docs/tasks/debug-application-cluster/audit/).
132138

133139
## API server ports and IPs
134140

0 commit comments

Comments
 (0)