SelfSubjectAccessReview [api_object]ai-synthesized · conf 0.82
SelfSubjectAccessReview checks whether or the current user can perform an action. Not filling in a spec.namespace means "in all namespaces". Self is a special case, because users should always be able to check whether they can perform an action
authorizationsecurity
A SelfSubjectAccessReview is a type of authorization review that checks the access of the current subject to a resource.
Why it matters SelfSubjectAccessReviews are used to check if the current subject has access to a specific resource and verb, such as /pods/* or /services/*
Key facts - Used for checking the access of the current subject - Specified by io.k8s.api.authorization.v1.SelfSubjectAccessReview
Sources
swagger.json — “io.k8s.api.authorization.v1.SelfSubjectAccessReview”