You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description: both trigger and action logs contains sensitive data
STR:
Create new flow with Code-component as step 1
Retrieve sample with default component input: // Please note only Node.js code is supported here console.log('Hello code, incoming message is msg=%j', msg); // Create message to be emitted var data = messages.newMessageWithBody({message: 'hello world STEP 2'}); // Emit the data event emitter.emit('data', data); // No need to emit end console.log('Finished execution');
See sensitive data in logs
Add step 2 and repeat steps 1-3
AR: Component logs are contains sensitive data
ER: Component logs does not contain any sensitive data
The text was updated successfully, but these errors were encountered:
Description: both trigger and action logs contains sensitive data
STR:
Code-component
as step 1// Please note only Node.js code is supported here console.log('Hello code, incoming message is msg=%j', msg); // Create message to be emitted var data = messages.newMessageWithBody({message: 'hello world STEP 2'}); // Emit the data event emitter.emit('data', data); // No need to emit end console.log('Finished execution');
AR: Component logs are contains sensitive data
ER: Component logs does not contain any sensitive data
The text was updated successfully, but these errors were encountered: