SubjectAccessReviews Kubernetes-subjectaccessreviews

1 operation, identified by Operation in the audit log.

OperationDescription
create-subjectaccessreviewsSubjectAccessReview created (cluster-wide permission check; reconnaissance or automated RBAC introspection).

create-subjectaccessreviews: create subjectaccessreviews

#
Resource
Kubernetes-subjectaccessreviews

Description

SubjectAccessReview created (cluster-wide permission check; reconnaissance or automated RBAC introspection).

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.