authz

package
v0.16.0 Latest Latest
Warning

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

Go to latest
Published: Jul 31, 2023 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var SupportedOrgs orgs

Functions

This section is empty.

Types

type Interface

type Interface interface {
	Check(ctx context.Context, request *authzv1.SubjectAccessReviewSpec, store Store) (*authzv1.SubjectAccessReviewStatus, error)
}

type Store

type Store interface {
	Set(key string, value interface{}) error
	Get(key string, value interface{}) (bool, error)
	Delete(key string) error
	Close() error
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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