Add configuration option to disable environment inheritance #14
Comments
Yes makes sense. Also if you have the case where you pass the vault token through |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Right now, vaultenv calls
exec()
and explicitly passes on the old environment so the process inherits this. Some people may not want this. We can add a CLI option to make this configurable, such as--no-pass-env
.Naming suggestions welcome.
Since there are currently no known cases where this might be useful, I'm waiting on at least one person to actually request this feature before implementing it. Please add a comment if you want this.
The text was updated successfully, but these errors were encountered: