basic

package
v0.13.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 12, 2024 License: Apache-2.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type NotAllowedError

type NotAllowedError struct {
	Err         error
	RequeueTime time.Duration
}

func (*NotAllowedError) Error

func (e *NotAllowedError) Error() string

type SarValidator

type SarValidator struct {
	// contains filtered or unexported fields
}

func NewSARValidator

func NewSARValidator(config *rest.Config, kubeClient kubernetes.Interface) *SarValidator

NewSARValidator creates a SARValidator

func (*SarValidator) CheckEscalation

CheckEscalation checks whether the sa is escalated to operate the gvr(RBAC) resources.

func (*SarValidator) CheckSubjectAccessReviews

func (v *SarValidator) CheckSubjectAccessReviews(ctx context.Context, sa *workapiv1.ManifestWorkSubjectServiceAccount,
	gvr schema.GroupVersionResource, namespace, name string, ownedByTheWork bool) error

CheckSubjectAccessReviews checks if the sa has permission to operate the gvr resource by subjectAccessReview requests

func (*SarValidator) ExecutorBasicCheck

func (v *SarValidator) ExecutorBasicCheck(executor *workapiv1.ManifestWorkExecutor) error

ExecutorBasicCheck do some basic checks for the executor

func (*SarValidator) Validate

func (v *SarValidator) Validate(ctx context.Context, executor *workapiv1.ManifestWorkExecutor,
	gvr schema.GroupVersionResource, namespace, name string,
	ownedByTheWork bool, obj *unstructured.Unstructured) error

Validate checks whether the executor has permission to operate the specific gvr resource by sending sar requests to the api server.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL