Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Enabled bool `yaml:"enabled"` URL string `yaml:"url"` Token string `yaml:"token"` MountPath string `yaml:"mount_path"` }
func (*Config) RegisterFlags ¶
type SecretsEngine ¶
type SecretsEngine interface {
Get(ctx context.Context, path string) (*hashivault.KVSecret, error)
}
SecretsEngine Vault Secrets Engine
Click to show internal directories.
Click to hide internal directories.