Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddUserToSAR ¶
func AddUserToSAR(user user.Info, sar *authorizationv1.SubjectAccessReview) *authorizationv1.SubjectAccessReview
AddUserToSAR adds the requisite user information to a SubjectAccessReview. It returns the modified SubjectAccessReview.
func Authorize ¶
func Authorize(sarClient v1.SubjectAccessReviewInterface, user user.Info, resourceAttributes *authorizationv1.ResourceAttributes) error
Authorize verifies that a given user is permitted to carry out a given action. If this cannot be determined, or if the user is not permitted, an error is returned.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.