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
Thanks for the idea. I think there could be a gpg helper module with those patterns. I'm not sure if aes256 is the best option as I'm not an specialist on this.
It is already possible to read a value interactively over the tunnel, so using a read -p KEY on the script would be enough to have it available on the target host. There is an example of requesting a value on tty.space
Does kickstart have a recommendation or helpers for dealing with sensitive data? If not, should it?
I suggest to use gpg, like this:
And then decrypt it like this:
Where
KICKSTART_DECRYPT_KEY
could be in the environment or read from the user at runtimecough much easier than chef knife data bag shenanigans cough
The text was updated successfully, but these errors were encountered: