Displaying 1 result from an estimated 1 matches for "umjqwkrtnwkgs4qkd5fdga".
2013 Jun 24
2
Raziel - a partial encrypted Hiera backend
...ch (hiera-gpg), this renders most of the
version-control features useless, as the whole file is encrypted. With
Raziel, keys are selectively encrypted, so your .yaml file may read like
---
mail.user: automation@commercetools.de
mail.password:
ENC(jA0EAwMCsYQ4Nyhcgx9gySZ1Z5HPMDbSxI9TL11UrSbIxApQNeZ+uMJqwkrTNwKgs4qkD5FDgA==)
mail.server: smtp.googlemail.com
Encryption is based on GPG via ruby-gpgme. The values itself are
encrypted symmetric. The symmetric key is encrypted with asymmetric
crypto, which allows fine grained control over attribute visibility.
Enjoy,
Jens
--
You received this message because you are...