Azure Data Factory, SecureString parameter printed out in plain text in debug monitoring logs
Agelin, Jakob
16
Reputation points
I have a Web Activity
with secure input/output set to true.
I have an Execute Pipeline Activity
that references a pipeline with a secureString
parameter.
I provide this @activity('get_token').output.value
as the secureString
parameter value inside the Execute Pipeline Activity
.
In the logs, I can see the token printed out in plain text. Is this a feature, or a bug?
Sign in to answer