Flow Designer - Mask Outputs

Tony Croft
Tera Contributor

I am currently working on a flow in flow designer that performs an SSH Action step. The output of the step contains sensitive data with parts of the output set to variables and used further on in the flow. Is there any way to mask the output within flow? As the sensitive data is visible when viewed through executions.

2 REPLIES 2

Shreya Shah
ServiceNow Employee
ServiceNow Employee

Hi @Tony Croft ,

 

Typically we have the executions log enabled in sub-prod instances only. Recommended to keep them off in production. If this will not suffice your use case try exploring ServiceNow Vault (https://www.servicenow.com/products/vault.html) to see how you can leverage it for your use case.

Appli
Mega Sage
Mega Sage

Hi, did you try to setup and use a Credential Alias to run a SSH action step? The credential value will be displayed as a Password (2 Way Encrypted) data pill on the data panel.

Hope it helps