secrets

package
v0.3.0 Latest Latest
Warning

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

Go to latest
Published: Aug 31, 2020 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func IsEnc

func IsEnc(str string) bool

IsEnc returns true if a string respects the ENC[<handle>] format

Types

type Decryptor

type Decryptor interface {
	Decrypt([]string) (map[string]string, error)
}

Decryptor is used to decrypt encrypted secrets Decryptor is implemented by SecretBackend

type SecretBackend

type SecretBackend struct {
	// contains filtered or unexported fields
}

SecretBackend retrieves secrets from secret backend binary SecretBackend implements the Decryptor interface

func NewSecretBackend

func NewSecretBackend() *SecretBackend

NewSecretBackend returns a new SecretBackend instance

func (*SecretBackend) Decrypt

func (sb *SecretBackend) Decrypt(encrypted []string) (map[string]string, error)

Decrypt tries to decrypt a given string slice using the secret backend command

Jump to

Keyboard shortcuts

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