Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RootCmd = &cobra.Command{
Use: "vault-config",
Short: "vault-config is a tool for codifying the configuration of vault",
Long: `vault-config is a tool for codifying the configuration of vault
configuration is defined in HCL and it utilises encryption so
sensitive data can be pushed to github or similar
To configure a Vault server you need to specify the following
environment variables
VC_VAULT_ADDR - Address of Vault server to apply config to
VC_VAULT_TOKEN - Token to authenticate to Vault with
VC_VAULT_SKIP_VERIFY - Skip TLS verification
The standard Vault environment variables can be configured for
use with the templating engine, this will allow getting secrets
from another Vault server, see the README for more information`,
}
RootCmd represents the base command when called without any subcommands
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.