Hi, is there a way to prevent an Input or an Outpu...
# general
a
Hi, is there a way to prevent an Input or an Output from being saved to the stack? This is sensitive information that shouldn't be stored in the Stack, not even as a secret. The use case is that I want to prevent other people from having access to the "Environment" Input/Output when running a command with
command.local.Command
. This information is specific for each user, so it shouldn't be in the stack.
m
a
Using secrets is not good enough for us. These are user specific credentials, not shared credentials.