to

package
v0.2.11 Latest Latest
Warning

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

Go to latest
Published: Jun 27, 2023 License: Apache-2.0 Imports: 22 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GithubActionTask added in v0.2.5

type GithubActionTask struct {
	ContainerReader tasks.ReaderProvider
	Owner           string
	Repository      string
	SecretFilter    string
	// contains filtered or unexported fields
}

func (*GithubActionTask) Run added in v0.2.5

func (t *GithubActionTask) Run(ctx context.Context) error

type ObjectTask added in v0.1.22

type ObjectTask struct {
	ContainerReader tasks.ReaderProvider
	OutputWriter    tasks.WriterProvider
	Expand          bool
	TOML            bool
	YAML            bool
}

ObjectTask implements secret-container publication process to json/yaml content.

func (*ObjectTask) Run added in v0.1.22

func (t *ObjectTask) Run(ctx context.Context) error

Run the task.

type PublishKVTask added in v0.2.1

type PublishKVTask struct {
	ContainerReader tasks.ReaderProvider
	Store           kv.Store
	SecretAsKey     bool
	Prefix          string
	// contains filtered or unexported fields
}

func (*PublishKVTask) Run added in v0.2.1

func (t *PublishKVTask) Run(ctx context.Context) error

type RuleSetTask added in v0.2.1

type RuleSetTask struct {
	ContainerReader tasks.ReaderProvider
	OutputWriter    tasks.WriterProvider
}

RuleSetTask implements RuleSet generation from a bundle.

func (*RuleSetTask) Run added in v0.2.1

func (t *RuleSetTask) Run(ctx context.Context) error

Run the task.

type VaultTask

type VaultTask struct {
	ContainerReader tasks.ReaderProvider
	BackendPrefix   string
	PushMetadata    bool
	AsVaultMetadata bool
	VaultNamespace  string
	MaxWorkerCount  int64
}

VaultTask implements secret-container publication process to Vault.

func (*VaultTask) Run

func (t *VaultTask) Run(ctx context.Context) error

Run the task.

Jump to

Keyboard shortcuts

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