Skip to content

Commit

Permalink
docs: extra verification readme docs
Browse files Browse the repository at this point in the history
  • Loading branch information
didil committed Aug 9, 2023
1 parent dd0d20f commit 317c003
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,11 @@ flows:
slug: source-1-slug
type: http
verification:
verificationType: hmac
hmacAlgorithm: sha256
signatureHeader: x-my-header
verificationType: hmac # only option supported at the moment
hmacAlgorithm: sha256 # only option supported at the moment
signatureHeader: x-my-header # the name of the http header in the incoming webhook that contains the signature
signaturePrefix: "sha256=" # optional signature prefix that is required for some sources, such as github for example that uses the prefix 'sha256='
currentSecretEnvVar: VERIFICATION_FLOW_1_CURRENT_SECRET
currentSecretEnvVar: VERIFICATION_FLOW_1_CURRENT_SECRET # the name of the environment variable containing the verification secret
previousSecretEnvVar: VERIFICATION_FLOW_1_PREVIOUS_SECRET # optional env var that allows rotating secrets without service interruption
```

Expand Down

0 comments on commit 317c003

Please sign in to comment.