Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { // key prefix KeyPrefix string SecretShares 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 // overwrite existing tokens OverwriteExisting bool }
Click to show internal directories.
Click to hide internal directories.