Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Component logs are contains sensitive data #8

Open
stas-fomenko opened this issue Mar 25, 2019 · 1 comment
Open

Component logs are contains sensitive data #8

stas-fomenko opened this issue Mar 25, 2019 · 1 comment
Labels

Comments

@stas-fomenko
Copy link
Contributor

Description: Components action logs contains sensitive data

STR:

  1. Create new flow with simple-trigger as step When result of JSONata evaluation is empty (undefined) - empty message is sent #1.
  2. Add sample manually:
    { "Account": { "Account Name": "Firefly", "Order": [ { "OrderID": "order103", "Product": [ { "Product Name": "Bowler Hat", "ProductID": 858383, "SKU": "0406654608", "Description": { "Colour": "Purple", "Width": 300, "Height": 200, "Depth": 210, "Weight": 0.75 }, "Price": 34.45, "Quantity": 2 }, { "Product Name": "Trilby hat", "ProductID": 858236, "SKU": "0406634348", "Description": { "Colour": "Orange", "Width": 300, "Height": 200, "Depth": 210, "Weight": 0.6 }, "Price": 21.67, "Quantity": 1 } ] } ] } }
  3. Add new step with jsonata-transform-component
  4. Input: { "account": Account."Account Name", "products": Account.Order.Product.({ "name": $."Product Name", "revenue": (Price * Quantity) }), "orderIDs": Account.Order[].(OrderID) }
  5. See sensitive data in logs:
    image

AR: Component logs are contains sensitive data

ER: Component logs does not contain any sensitive data.

@benburch
Copy link

I'd like to see this as an option.. debugging an issue without data is impossible.. see here:

Screenshot 2019-05-17 10 10 12

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants