authz

package
v0.11.0 Latest Latest
Warning

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

Go to latest
Published: Sep 23, 2025 License: Apache-2.0 Imports: 17 Imported by: 0

Documentation

Index

Constants

View Source
const (
	AdminGroup           = "admin"
	PowerUserPlusGroup   = "power-user-plus"
	PowerUserGroup       = "power-user"
	AuthenticatedGroup   = "authenticated"
	MetricsGroup         = "metrics"
	UnauthenticatedGroup = "unauthenticated"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Authorizer

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

func NewAuthorizer

func NewAuthorizer(cache, uncached kclient.Client, devMode bool, acrHelper *accesscontrolrule.Helper) *Authorizer

func (*Authorizer) Authorize

func (a *Authorizer) Authorize(req *http.Request, user user.Info) bool

type GetVar added in v0.7.0

type GetVar func(string) string

type Resources added in v0.7.0

type Resources struct {
	AssistantID         string
	ProjectID           string
	ThreadID            string
	ThreadShareID       string
	TemplateID          string
	TaskID              string
	MCPServerID         string
	MCPServerInstanceID string
	ProjectMCPServerID  string
	// MCPID can be the ID of an MCPServer, an MCPServerInstance, or MCPServerCatalogEntry. It is used for interaction with the MCP gateway.
	MCPID                  string
	RunID                  string
	WorkflowID             string
	PendingAuthorizationID string
	ToolID                 string
	WorkspaceID            string
	Authorizated           ResourcesAuthorized
}

type ResourcesAuthorized added in v0.7.0

type ResourcesAuthorized struct {
	Assistant          *v1.Agent
	Project            *v1.Thread
	Thread             *v1.Thread
	ThreadShare        *v1.ThreadShare
	Task               *v1.Workflow
	MCPServer          *v1.MCPServer
	MCPServerInstance  *v1.MCPServerInstance
	Run                *v1.WorkflowExecution
	Workflow           *v1.Workflow
	Tool               *v1.Tool
	PowerUserWorkspace *v1.PowerUserWorkspace
}

Jump to

Keyboard shortcuts

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