secretenv

package
v0.4.0 Latest Latest
Warning

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

Go to latest
Published: Apr 11, 2026 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AppendResolvedProviderSecrets

func AppendResolvedProviderSecrets(
	ctx context.Context,
	resolver Resolver,
	input ResolveInput,
) ([]string, error)

Types

type ResolveInput

type ResolveInput struct {
	ProjectID          uuid.UUID
	ProviderAuthConfig map[string]any
	BaseEnvironment    []string
	TicketID           *uuid.UUID
	WorkflowID         *uuid.UUID
	AgentID            *uuid.UUID
}

type Resolver

type Resolver interface {
	ResolveForRuntime(ctx context.Context, input secretsservice.ResolveRuntimeInput) ([]secretsdomain.ResolvedSecret, []string, error)
}

Jump to

Keyboard shortcuts

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