Replies: 2 comments 1 reply
-
@u2ill - did you find any workaround for this? |
Beta Was this translation helpful? Give feedback.
0 replies
-
are variables shown anywhere? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Okay, so I understand how workflow parameters are defined the the workflow.meta.yaml file, and how the "secret: true" option can be set for masking parameters with sensitive data from showing in plain text in workflow result output, logs, and other various forms of output. Now in the actual workflow yaml file, there is the "input" section, which accepts the parameters defined in the meta file.
But then there is the "vars" section, were you can declare internal workflow variables that are not input parameters. Later on in the workflow, we will often assign various sensitive data like passwords into a variable that was declared in the "vars" section. But I don't see how to mark those variables as "secret". Shouldn't we be able to do that? Am I missing something?
Beta Was this translation helpful? Give feedback.
All reactions