Closed jankaifer closed 1 year ago
Even simple echo "stuff" | agenix -e password.age
throws the same error. It seems to be issue with creating that file, but when I create the secret in interactive mode with vim it works fine.
Now even simble agenix -e password-file.age
throws the same error with Vim. Not sure what is wrong, will dig into it more.
The actual issue was that my ssh public keys were in wrong format, my parsing of that GitHub endpoint was flawed and It included empty arrays between those keys, after filtering those out it works well.
But I opened a PR to fix the weird cp warning that confused me.
When I try to run this:
It fails with this error:
An I using this wrong or is it agenix issue. I understood the doc,
--help
message that it will pipe anything I sent to it over|
into that encrypted file.