TokenReviews Kubernetes-tokenreviews

1 operation, identified by Operation in the audit log.

OperationDescription
create-tokenreviewsTokenReview created (token validation; used by webhooks and admission controllers; potential lateral pivot if misused).

create-tokenreviews: create tokenreviews

#
Resource
Kubernetes-tokenreviews

Description

TokenReview created (token validation; used by webhooks and admission controllers; potential lateral pivot if misused).

Fields #

NameDescription
verbThe request verb (get, list, watch, create, update, replace, patch, delete, deletecollection, ...).
objectRef.resourceThe targeted resource type (plural API name, e.g. pods, secrets).
objectRef.subresourceThe targeted subresource, when present (e.g. exec, log, token).
objectRef.namespaceNamespace of the targeted object (empty for cluster-scoped resources).
objectRef.nameName of the targeted object.
objectRef.apiGroupAPI group of the targeted resource (empty string for core group).
user.usernameAuthenticated identity that issued the request (user or service account).
user.groupsGroups of the requesting identity.
sourceIPsSource IP addresses of the request.
responseStatus.codeHTTP status code of the API response (200, 201, 403, 404, ...).
stageAudit stage: RequestReceived, ResponseStarted, ResponseComplete, Panic.
requestReceivedTimestampTime the apiserver received the request.