hiera-eyaml icon indicating copy to clipboard operation
hiera-eyaml copied to clipboard

A backend for Hiera that provides per-value asymmetric encryption of sensitive data

Results 74 hiera-eyaml issues
Sort by recently updated
recently updated
newest added

I'm using **puppet apply** during development / testing, which does not work anymore, if I use "lookup" for an eyaml value: I expected that the following call to `lookup` would...

I'm able to decrypt, edit, and save files with encrypted values, but the recrypt command is consistently failing with an error about pkcs7 public key even when I'm specifying as...

bug

Working in a francophone company, some of the data we want to encrypt include non-ascii characters, like strings with accents. For instance, I'm trying to encrypt this file: ```yaml test_hiera::chaine_test:...

In our puppet environment we have 1 global hiera.yaml in our control repo which has a global public/private key to decrypt eyaml. We also have antoher module that also uses...

Having seen hiera-eyaml in the wild a few times, it seems many people opt for the hiera-eyaml-gpg because of its support of multiple keys to allow different team members to...

enhancement

you need to put something as following in a template, and it will be run on the server side: `%x( cat /your/private/key/key.pks7 )` it there a way to forbid system...

I'd like to be able easily re-encrypt EYAML in my hiera files with a new key pair. Current feature `recrypt` only re-encrypts with the same keys.

When editing an .eyaml file like this: ```yaml --- key_with_non_empty_value_1: 'DEC::GPG[value of key with non empty value 1]!' key_with_empty_value_1: 'DEC::GPG[]!' key_with_non_empty_value_2: 'DEC::GPG[value of key with non empty value 2]!' ```...

This PR only contains test changes for #179 and the tests should fail.

This PR contains fixes for #179 and should cause the failing tests from #321 to pass.