secretsimpl

package module
v0.70.2 Latest Latest
Warning

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

Go to latest
Published: Sep 12, 2025 License: Apache-2.0 Imports: 39 Imported by: 1

Documentation

Overview

Package secretsimpl implements for the secrets component interface

Index

Constants

View Source
const SecretAuditFileMaxSizeDefault = 1024 * 1024

SecretAuditFileMaxSizeDefault defines the default max size for the audit file

View Source
const SecretBackendOutputMaxSizeDefault = 1024 * 1024

SecretBackendOutputMaxSizeDefault defines the default value of the max size of the JSON output from a secrets reader backend

View Source
const SecretBackendTimeoutDefault = 30

SecretBackendTimeoutDefault is the default value of the secret_backend_timeout config.

Variables

This section is empty.

Functions

This section is empty.

Types

type Provides

type Provides struct {
	Comp            secrets.Component
	FlareProvider   flaretypes.Provider
	InfoEndpoint    api.AgentEndpointProvider
	RefreshEndpoint api.AgentEndpointProvider
	StatusProvider  status.InformationProvider
}

Provides list the provided interfaces from the secrets Component

func NewComponent

func NewComponent(deps Requires) Provides

NewComponent returns the implementation for the secrets component

type Requires

type Requires struct {
	Params    secrets.Params
	Telemetry telemetry.Component
}

Requires list the required object to initializes the secrets Component

Directories

Path Synopsis
test
src/test_command command
Package main defines the main function
Package main defines the main function

Jump to

Keyboard shortcuts

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