Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Sops ¶
type Sops interface { // RegenerateMacValues regenerates the config MAC values for all yaml files in a given directory. You can use this // function to fix the sops generated config files with invalid mac values. This usually occurs after merging the // configs in Git. This function works on a directory, and it will iterate over all .yaml files it finds. // // Parameters support are // filePath (path to the config directory) RegenerateMacValues(filePath string) error }
Sops is a wrapper around common sops functionality used for config management.
Click to show internal directories.
Click to hide internal directories.