Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenerateSecretKey ¶
func GetRequiredOldSecretKey ¶
func GetRequiredSecretKey ¶
Types ¶
type SecretsManager ¶
type SecretsManager struct {
DisableSecretsDecryption bool
}
func NewSecretsManager ¶
func NewSecretsManager(opts SecretsManagerOptions) *SecretsManager
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)
type SecretsManagerOptions ¶
type SecretsManagerOptions struct {
DisableSecretsDecryption bool
}
Click to show internal directories.
Click to hide internal directories.