Skip to content

Component logs are contains sensitive data #14

@stas-fomenko

Description

@stas-fomenko

Description: both trigger and action logs contains sensitive data

STR:

  1. Create new flow with Code-component as step 1
  2. 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');
  3. See sensitive data in logs
  4. Add step 2 and repeat steps 1-3

AR: Component logs are contains sensitive data
image

ER: Component logs does not contain any sensitive data

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions