I want to output secrets to a separate file using fnox set. #146
iret-kawamoto
started this conversation in
Ideas
Replies: 1 comment
-
|
Using age would allow you to set the targets of whomever you want to have the secrets on your team, without exposing the secret. Exporting it to a file would defeat the purpose of encrypting it in the first place, and you're back to using Ideally you'd follow the hierarchy of:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, secrets are output to the configuration file (typically
fnox.toml).If personal secrets (like temporary AWS authentication tokens) could be output to a separate file (
fnox.local.toml), it would enable a workflow where shared secrets are stored infnox.tomland personal secrets infnox.local.toml.If I were proficient in Rust, I should probably submit a Pull Request, but unfortunately, I'm not well-versed in Rust and implementing this would be difficult.
I would like to request consideration for a feature where, when options like
-tor--targetare specified, secrets are output to the specified path instead of the config file.Thanks.
Configuration Image
fnox.toml
fnox.local.toml (Before set execution)
set execution
fnox.local.toml (After set execution)
Beta Was this translation helpful? Give feedback.
All reactions