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

When encrypting a binary on Windows the resulting decrypted content does not provide a working binary. Non-working example on Windows with Ruby 1.8.7 using Powershell: ``` powershell $String = eyaml...

Hiera eyaml 2.1.0 ensures there is a trailing newline when run from the command line. ~~~ ❯ echo -n nonl >no_newline ❯ od -c no_newline 0000000 n o n l...

maybe related to: - https://github.com/TomPoulton/hiera-eyaml/issues/176 - https://github.com/TomPoulton/hiera-eyaml/pull/183 info: - eyaml version: `[hiera-eyaml-core] hiera-eyaml (core): 2.1.0` - running (encrypting) on windows in bash - deploying to a vagrant centos/debian box with...

While I am trying to install hiera-eyaml gem, it is giving me the below Warning, though it installs fine. ```console # /opt/puppetlabs/bin/puppetserver gem install --local hiera-eyaml-3.2.0.gem WARNING: An illegal reflective...

OS: debian buster 10.6.0 puppetserver version: 6.13.0 On installing hiera-eyaml gem got error (look at commands output below) I'm don't know anything about ruby gems, but as i understand in...

If you have a config.yaml with `encryption_method: 'gpg'` and do a eyaml recrypt, pkcs7 is still used, because the -d option added in https://github.com/voxpupuli/hiera-eyaml/pull/232/files overrides it. I see that there...

Dear all, We are using a set of ruby+capistrano scripts altogether with hiera to run deployments . Currently we intend to start using eyaml backend. This is what I have:...

So I'm learning to use secrets and I stumbled upon https://blog.example42.com/2019/04/04/puppet_sensitive_data/ and https://puppet.com/blog/my-journey-securing-sensitive-data-puppet-code/. Both blogs get into error when they declare class parameter as `Sensitive[String] $foo` and receive `String`, and...

## What is happening When using `eyaml recrypt` on GPG encrypted content, eyaml tries to change the encryption method to PKCS7 by default. ## What is expected `eyaml recrypt` should...

bug

Hi, First, thanks to provide hiera-eyaml which is a very useful component (for me). ;) I have installed a puppet 4 server in a Ubuntu Trusty (puppet-agent 1.3.5 and puppetrserver...