Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SetSecretBackendCommand ¶ added in v0.4.0
func SetSecretBackendCommand(command string)
SetSecretBackendCommand set the secretBackendCommand var
Types ¶
type Decryptor ¶
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
Click to show internal directories.
Click to hide internal directories.