You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If i want to store the contents of a sensitive file, say an ssl cert or such in heira-gpg, at the moment i have to have a variable in heira which is just the entire file contents. This makes the yaml file a total mess of various walls of text.
It would be very handy if variables could be sourced from other gpg encrypted files, as this would allow things such as ssl::filecert include sslfile.gpg
my first use case for hiera-gpg was for protecting SSL PEM passphrases. i store the SSL .pem in plaintext in puppet and store the PEM passphrase in the prod.gpg hiera file. i'd be interested to see if this sort of feature gets added.
If i want to store the contents of a sensitive file, say an ssl cert or such in heira-gpg, at the moment i have to have a variable in heira which is just the entire file contents. This makes the yaml file a total mess of various walls of text.
It would be very handy if variables could be sourced from other gpg encrypted files, as this would allow things such as
ssl::filecert include sslfile.gpg
I'm thinking something a little like: http://stackoverflow.com/questions/528281/how-can-i-include-an-yaml-file-inside-another
The text was updated successfully, but these errors were encountered: