Skip to content

Commit

Permalink
Update hmacSignature header (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
jumboduck authored Sep 13, 2024
1 parent 925d804 commit a3db0d2
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions integrations/kosli/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,14 @@
"method": "POST",
"headers": [
{
"name": "x-ld-signature",
"value": "{{secret}}"
"name": "Content-Type",
"value": "application/json"
}
]
],
"hmacSignature": {
"headerName": "X-LD-Signature",
"hmacSecretFormVariableKey": "secret"
}
},
"templates": {},
"defaultPolicy": [
Expand Down

0 comments on commit a3db0d2

Please sign in to comment.