Skip to Content

Log cryptography in Wevo iPaaS

Log cryptography is a feature that allows you to hide the data transiting through your integration, thus ensuring that only authorized users will be able to view them. You can choose to encrypt part of the logs or all of them.

Configure Log cryptography

  1. Find the flow that handles the data you want to hide and click on the action whose log you want to encrypt.

    log cryptography 1

  2. Go to the Output tab to configure the cryptography.

    log cryptography 2

    Note that the screen depicted above shows a payload example as well as the fields contained in the action.

  3. On the left, click the field you want to encrypt, or click the word Output on the top if you want to encrypt the entirety of the output.

    log cryptography 3

  4. In the Log Storage Output field, choose one of the available options:

    • Always Log Field: Keeps the logs for that field visible.

    • Always Log Encrypt Field: The logs for that field remain visible, but they are encrypted.

    • Never Log Field: The logs for that field do not remain visible.

    log cryptography 4

  5. After you've configured the log cryptography and run the flow, you can access the log view page to make sure that the field you've selected is encrypted.

    • Padlock: This icon means that the output is partially or completely encrypted.

    • Forbidden: This icon means that the output is partially or completely invisible.

    log cryptography 5

View encrypted logs

In order to view logs that have been encrypted, you need a user profile that is authorized to do so.

To view encrypted logs, click the log with the padlock icon. You can use the Options menu to switch between three different ways of viewing the log: json, table, or tree.

log cryptography 6

Hide logs from all flow runs

This feature means that your flow will not store any information. To activate it, click on the trigger, pick Advanced and switch on the toggle that says Disable All Action Input/Output Logging.

log cryptography 7

Note

You will not be able to retrieve logs for any runs of your flow that took place while this option was active.