hiera-eyaml
hiera-eyaml copied to clipboard
A backend for Hiera that provides per-value asymmetric encryption of sensitive data
When trying to deploy a eyaml file and a line in my encrypted file starts with a dash "-", I can't deploy the file. Example: private-file: > DEC::PKCS7[---TEST---]! If I...
Hi, I am trying to setup hiera-eyaml for our puppet -masterless windows servers. Could you pls let me know how to set it up? So far I have installed the...
Im trying to install the latest opensource puppet and am struggling with getting eyaml to work getting this error when i debug the puppetserver: Notice: hiera(): Cannot load backend eyaml:...
I'm trying to use elliptic curve certs rather than RSA, and running into weirdness. ``` $ openssl ecparam -name prime256v1 -genkey -out keys/private_key.pkcs7.pem $ openssl req -x509 -nodes -days 100000...
I'm using hiera-eyaml and wanted to dynamically set the path for the public and private key. I tried using: ``` options: pkcs7_private_key: %{confdir}/keys/private_key.pkcs7.pem pkcs7_public_key: %{confdir}/keys/public_key.pkcs7.pem ``` But %{confdir} isn't interpolated...
I've been struggling for days trying to test a new puppet 5 module that contains a hiera-eyaml data source. It seems that due to the nature of how hiera's layer...
In the project I'm working on, we have yaml files that are pre-set with default passwords for development use. It would be useful if the "eyaml edit" command would go...
Today, my team found out (the hard way) that there's not really any validation on the open/close tags in an EYAML file. The following files will both be saved just...
And with hiera-yaml standard backend there is no issue... Here is an extract of puppet master compile --debug with eyaml backend ``` Debug: Automatic Parameter Lookup of 'instances Searching for...
We're happily using Hiera-Eyaml and https://github.com/adenot/hiera-eyaml-kms to decrypt blobs on the fly on our puppet servers.. so thanks! The issue we're starting to run into though is that as we...