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
(we had this situation on some machines because our puppet rspec tests use a custom gpg home for testing)
Hiera-eyaml fails in this scenario with an error similar to: Error from DataBinding 'hiera' while looking up 'foo::bar': Decryption failed on node baz.local
It's reasonable to fail in this scenario, but it'd be much nicer if there were some way to expose the underlying gpg errors, which are rather more meaningful.
The text was updated successfully, but these errors were encountered:
Gpg 2.1 has problems if you run your gpg-agent from a directory that is more than 108 characters long: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=847206
(we had this situation on some machines because our puppet rspec tests use a custom gpg home for testing)
Hiera-eyaml fails in this scenario with an error similar to:
Error from DataBinding 'hiera' while looking up 'foo::bar': Decryption failed on node baz.local
It's reasonable to fail in this scenario, but it'd be much nicer if there were some way to expose the underlying gpg errors, which are rather more meaningful.
The text was updated successfully, but these errors were encountered: