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
I found myself wanting to script the rotation of a key I use with ragenix, and I have so far been unable to "trick" my editor to pick it up from from being piped/stdin and I was if anyone has considered adding a mode for updating a secret form pipe?
Usecase:
I have a script to generate a new Tailscale pre-auth-key that I want to use when setting up a new server, it outputs a limited key to stdin and I would like to do something like:
Hi!
I found myself wanting to script the rotation of a key I use with ragenix, and I have so far been unable to "trick" my editor to pick it up from from being piped/stdin and I was if anyone has considered adding a mode for updating a secret form pipe?
Usecase:
I have a script to generate a new Tailscale pre-auth-key that I want to use when setting up a new server, it outputs a limited key to stdin and I would like to do something like:
ts-preauthkey | ragenix --edit secret/tailscale-preauthkey.age
currently, I do it in a hacky way with a "fake-editor.sh":
and
ts-preauthkey | ragenix --editor fake-editor.sh --edit secret/tailscale-preauthkey.age
which works fine, but I suspect that this might be a usecase for others too.
The text was updated successfully, but these errors were encountered: