secrets_manager

package
v1.2.217 Latest Latest
Warning

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

Go to latest
Published: Mar 23, 2023 License: Apache-2.0 Imports: 10 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GenerateSecretKey

func GenerateSecretKey() ([]byte, error)

func GetRequiredOldSecretKey

func GetRequiredOldSecretKey() ([]byte, error)

func GetRequiredSecretKey

func GetRequiredSecretKey(workingDir string) ([]byte, error)

Types

type EncryptionKeyRequiredError added in v1.2.203

type EncryptionKeyRequiredError struct {
	Msg error
}

func NewEncryptionKeyRequiredError

func NewEncryptionKeyRequiredError(notFoundIn []string) *EncryptionKeyRequiredError

func (*EncryptionKeyRequiredError) Error added in v1.2.203

func (err *EncryptionKeyRequiredError) Error() string

type SecretsManager

type SecretsManager struct {
	DisableSecretsDecryption bool
	// contains filtered or unexported fields
}

func NewSecretsManager

func NewSecretsManager(opts SecretsManagerOptions) *SecretsManager

func (*SecretsManager) AllowMissedSecretKeyMode added in v1.2.203

func (manager *SecretsManager) AllowMissedSecretKeyMode(workingDir string) error

func (*SecretsManager) GetYamlEncoder

func (manager *SecretsManager) GetYamlEncoder(ctx context.Context, workingDir string) (*secret.YamlEncoder, error)

func (*SecretsManager) GetYamlEncoderForOldKey

func (manager *SecretsManager) GetYamlEncoderForOldKey(ctx context.Context) (*secret.YamlEncoder, error)

func (*SecretsManager) IsMissedSecretKeyModeEnabled added in v1.2.203

func (manager *SecretsManager) IsMissedSecretKeyModeEnabled() bool

type SecretsManagerOptions

type SecretsManagerOptions struct {
	DisableSecretsDecryption bool
}

Jump to

Keyboard shortcuts

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