We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Decryption errors should return error code like this:
bash-4.4# eyaml decrypt -f asdf; echo $? [hiera-eyaml-core] No such file or directory @ rb_sysopen - asdf 1
Bad behavior:
bash-4.4# eyaml decrypt -f test.yaml.enc ; echo $? [hiera-eyaml-core] Could not parse the PKCS7: nested asn1 error 0
The text was updated successfully, but these errors were encountered:
@bastelfreak is there any chance to get merged fix for this issue? Could you please have a look on it?
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Decryption errors should return error code like this:
Bad behavior:
The text was updated successfully, but these errors were encountered: