Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RootCmd = &cobra.Command{
Use: "eh",
Short: "Encrypt and decrypt protected values in .hcl files",
Long: `
Protect secrets in .hcl files.
This utility relies on the key management system (KMS) provided by the server environment.
For example, Amazon Web Services KMS is used for servers running on EC2 virtual
machines. A special "local" implementation can be used when running on developer machines
to avoid storing unencrypted secrets in version control systems.
The utility uses a special 'eh' element in the .hcl file that defines encryptin parameters.
For example:
eh encrypt -i config.hcl
eh read config.hcl
eh decrypt -i config.hcl
`,
}
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.