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
It would be great to have an option to dump the secrets to a file instead of environment variables. This can have the option to replicate docker secrets functionality.
The text was updated successfully, but these errors were encountered:
One way you can already achieve this is using the command:
vaultenv --no-inherit-env -- env > secrets.txt
which exposes only your secrets to env and dumps those to secrets.txt. Please keep in mind that having your secrets in a file on disk is not always the safest way, as it somewhat negates the point of vault.
It would be great to have an option to dump the secrets to a file instead of environment variables. This can have the option to replicate docker secrets functionality.
The text was updated successfully, but these errors were encountered: