Documentation ¶
Index ¶
Constants ¶
View Source
const DefaultConfigFile = "vault-config.yml"
DefaultConfigFile is the name of the default config file
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { int // how many of these parts are needed to unseal Vault (secretThreshold <= secretShares) SecretThreshold int // if this root token is set, the dynamic generated will be invalidated and this created instead InitRootToken string // should the root token be stored in the keyStore StoreRootToken bool }SecretShares
Config holds the configuration of the Vault initialization
Click to show internal directories.
Click to hide internal directories.