Skip to content

Wipe webhook credentials from messages that are passed into the flow #28

Description

@jhorbulyk

Currently, if you create a flow where the first component is a webhook component with authentication all received headers are passed to the next step in the flow (in the body). Ideally, the authentication headers should be removed. Ex:

  • If authentication type is No Auth -> Nothing to do
  • If authentication type is Basic Auth -> Remove Authorization header
  • If authentication type is API Key auth -> Remove the specific key from the header
  • If authentication type is HMAC -> remove whatever header contains the HMAC value.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Ready For ToDoTask is ready for development

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions