Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client interface {
GetSecretValue(ctx context.Context, params *secretsmanager.GetSecretValueInput, optFns ...func(*secretsmanager.Options)) (*secretsmanager.GetSecretValueOutput, error)
}
Client is a testable interface for making operations call for AWS Secrets Manager.
type DefaultSecretStoreProvider ¶ added in v0.10.0
type DefaultSecretStoreProvider struct{}
func (*DefaultSecretStoreProvider) NewSecretStore ¶ added in v0.10.0
func (p *DefaultSecretStoreProvider) NewSecretStore(spec *v1.SecretStore) (secrets.SecretStore, error)
NewSecretStore constructs a Vault based secret store with specific secret store spec.
Click to show internal directories.
Click to hide internal directories.