Documentation ¶
Index ¶
Constants ¶
View Source
const Version = "1.0.2"
Version defines the version of the server
Variables ¶
This section is empty.
Functions ¶
func NewVaultPool ¶
NewVaultPool creates a new pool of Vault stores. VaultURL is the URL of the Vault server to connect to. prefix is the string prefix used when storing the secrets in Vault. store the store path used when storing secrets.
Types ¶
type VaultPool ¶
type VaultPool struct {
// contains filtered or unexported fields
}
VaultPool is an implementation of Pool that manages Vault stores.
Click to show internal directories.
Click to hide internal directories.