Problem statement
When running infiscal run ... parent shell environment is inherited.
This clobbers launched command's environment and possibly exposes unwanted secrets.
Proposed solution
Add a flag to run similar to:
--no-inherit-env
Don't inherit environment variables from the current shell
which will prevent this behavior.
Problem statement
When running
infiscal run ...parent shell environment is inherited.This clobbers launched command's environment and possibly exposes unwanted secrets.
Proposed solution
Add a flag to
runsimilar to:which will prevent this behavior.