-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Labels
enhancementNew feature or requestNew feature or request
Milestone
Description
Is your feature request related to a problem? If yes, please describe the problem.
Related to #576.
It would be great to have a feature for passing the ENV
kind of variables, but safe. It could be passed via the vm
context:
const vmContext = {
secrets: {
awsCredentials: { },
otherSecret: () => { return 'dynamicSecret' }
},
I can imagine that in the AskScripts we could pass these variables as just: secrets.awsCredentials
to subsequent resources and functions call, but we can not
read these variables. Of course, the resource or function called can somehow return/display/log or another way discredit it. Well, it's a human factor we can't avoid.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request