oddlama
oddlama
Can you recheck whether this is still an issue? I think https://github.com/oddlama/agenix-rekey/pull/105 might have solved this.
> The error: > > ``` > error: host Kainas: Rekeyed secret for age.secrets.einzig_kainas not found, please run `agenix rekey -a` again and make sure to add the results to...
You probably need to change all `rekeyFile` properties too like `age.secrets.einzig_kainas.rekeyFile`
Okay so I've cloned your repo now and found that for some reason your `hostPubkey` isn't loaded properly when initiating the build, but it does load when rekeying. Changing the...
Is this resolved?
I'm not sure whether I fully understand what you are suggesting. Have you considered that encryption is non-deterministic? Several values (IV, salt) are chosen at random when a file is...
This is a pretty great idea, I've would have had use for this myself already, but it requires changes to agenix to work properly since agenix installs anything in `config.age.secrets`...
> I'm not sure I get this right, would you be able to provide an example? When you define a secret, you set `age.secrets.mysecret.rekeyFile = ./something.age;` and maybe some other...
This exists since #49, an option called `intermediary`
Oh sorry! It seems like I scrambled some worktrees bach in the linked PR. Can you recheck with the newest commit? Btw, the current implementation has the caveat that a...