Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Address string `yaml:"address"` RoleID string `yaml:"roleID"` SecretID string `yaml:"secretID"` TLSCaCert string `yaml:"tlsCaCert"` TLSClientCert string `yaml:"tlsClientCert"` TLSClientKey string `yaml:"tlsClientKey"` *TransitConfig `yaml:"transitConfig"` }
Config contains Hashcorp Vault backend configuration
type Transit ¶
type Transit struct {
// contains filtered or unexported fields
}
func (*Transit) GetKeyWithContext ¶
type TransitConfig ¶
type TransitConfig struct {
MountPoint string `yaml:"mountPoint"`
}
Click to show internal directories.
Click to hide internal directories.