SubjectAccessReviews Kubernetes-subjectaccessreviews
1 operation, identified by Operation in the audit log.
| Operation | Description |
|---|---|
| create-subjectaccessreviews | SubjectAccessReview created (cluster-wide permission check; reconnaissance or automated RBAC introspection). |
create-subjectaccessreviews: create subjectaccessreviews
#Description
SubjectAccessReview created (cluster-wide permission check; reconnaissance or automated RBAC introspection).
Fields #
| Name | Description |
|---|---|
verb | The request verb (get, list, watch, create, update, replace, patch, delete, deletecollection, ...). |
objectRef.resource | The targeted resource type (plural API name, e.g. pods, secrets). |
objectRef.subresource | The targeted subresource, when present (e.g. exec, log, token). |
objectRef.namespace | Namespace of the targeted object (empty for cluster-scoped resources). |
objectRef.name | Name of the targeted object. |
objectRef.apiGroup | API group of the targeted resource (empty string for core group). |
user.username | Authenticated identity that issued the request (user or service account). |
user.groups | Groups of the requesting identity. |
sourceIPs | Source IP addresses of the request. |
responseStatus.code | HTTP status code of the API response (200, 201, 403, 404, ...). |
stage | Audit stage: RequestReceived, ResponseStarted, ResponseComplete, Panic. |
requestReceivedTimestamp | Time the apiserver received the request. |