targets

package
v0.11.1 Latest Latest
Warning

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

Go to latest
Published: Nov 23, 2022 License: MPL-2.0 Imports: 48 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// ExtraWorkerFilters contains any custom worker filters that should be
	// layered in at session authorization time. These will be executed in-order
	// with the results from one fed into the next.
	ExtraWorkerFilters []extraWorkerFilterFunc

	// IdActions contains the set of actions that can be performed on
	// individual resources
	IdActions = action.ActionSet{
		action.NoOp,
		action.Read,
		action.Update,
		action.Delete,
		action.AddHostSources,
		action.SetHostSources,
		action.RemoveHostSources,
		action.AddCredentialSources,
		action.SetCredentialSources,
		action.RemoveCredentialSources,
		action.AuthorizeSession,
	}

	// CollectionActions contains the set of actions that can be performed on
	// this collection
	CollectionActions = action.ActionSet{
		action.Create,
		action.List,
	}
)

Functions

func Register

func Register(s subtypes.Subtype, maskManager handlers.MaskManager, af attributeFunc, sf setAttributeFunc)

Register registers a subtype for used by the service handler.

Types

type Attributes

type Attributes interface {
	proto.Message

	// Options create target.Options to be used to create a target.Target.
	Options() []target.Option

	// Vet validates the Attributes and returns a map of fields to error messages
	// if any fields are invalid.
	Vet() map[string]string

	// VetForUpdate validates the Attributes for an updated resource with the
	// provided mask paths and returns a map of fields to error messages if any
	// fields are invalid.
	VetForUpdate([]string) map[string]string
}

Attributes represent the subtype specific request/response attributes.

type Service

type Service struct {
	pbs.UnsafeTargetServiceServer
	// contains filtered or unexported fields
}

Service handles request as described by the pbs.TargetServiceServer interface.

func NewService

func NewService(
	ctx context.Context,
	kmsCache *kms.Kms,
	repoFn target.RepositoryFactory,
	iamRepoFn common.IamRepoFactory,
	serversRepoFn common.ServersRepoFactory,
	sessionRepoFn session.RepositoryFactory,
	pluginHostRepoFn common.PluginHostRepoFactory,
	staticHostRepoFn common.StaticRepoFactory,
	vaultCredRepoFn common.VaultCredentialRepoFactory,
	staticCredRepoFn common.StaticCredentialRepoFactory,
	workerStatusGracePeriod *atomic.Int64,
) (Service, error)

NewService returns a target service which handles target related requests to boundary.

func (Service) AddTargetCredentialSources

AddTargetCredentialSources implements the interface pbs.TargetServiceServer.

func (Service) AddTargetHostSources

AddTargetHostSources implements the interface pbs.TargetServiceServer.

func (Service) AuthorizeSession

func (Service) CreateTarget

CreateTarget implements the interface pbs.TargetServiceServer.

func (Service) DeleteTarget

DeleteTarget implements the interface pbs.TargetServiceServer.

func (Service) GetTarget

GetTarget implements the interface pbs.TargetServiceServer.

func (Service) ListTargets

ListTargets implements the interface pbs.TargetServiceServer.

func (Service) RemoveTargetCredentialSources

RemoveTargetCredentialSources implements the interface pbs.TargetServiceServer.

func (Service) RemoveTargetHostSources

RemoveTargetHostSources implements the interface pbs.TargetServiceServer.

func (Service) SetTargetCredentialSources

SetTargetCredentialSources implements the interface pbs.TargetServiceServer.

func (Service) SetTargetHostSources

SetTargetHostSources implements the interface pbs.TargetServiceServer.

func (Service) UpdateTarget

UpdateTarget implements the interface pbs.TargetServiceServer.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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