Skip to content

Commit 5458924

Browse files
enhance: nits
1 parent 2b41321 commit 5458924

File tree

1 file changed

+7
-2
lines changed
  • crowdsec-docs/unversioned/console/notification_integrations

1 file changed

+7
-2
lines changed

crowdsec-docs/unversioned/console/notification_integrations/webhook.mdx

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@ For the authentication part, the webhook integration supports the following meth
3131

3232
#### Bearer (HTTP Header)
3333

34-
You can provide a specific header name with a specific header value for the webhook integration to authenticate against your webhook URL typically we would expect users to use [`Authorization`](https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/Authorization) header using the [`Bearer`](https://developer.mozilla.org/en-US/docs/Web/HTTP/Guides/Authentication#bearer) scheme.
34+
You can provide a specific header name with a specific header value for the webhook integration to authenticate against your webhook URL.
35+
36+
Typically we would expect users to use [`Authorization`](https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/Authorization) header using the [`Bearer`](https://developer.mozilla.org/en-US/docs/Web/HTTP/Guides/Authentication#bearer) scheme.
3537

3638
However, you can send any header and any value.
3739

@@ -42,7 +44,7 @@ You can use [`basic auth`](https://en.wikipedia.org/wiki/Basic_access_authentica
4244
### Configuration
4345

4446
:::warning
45-
Ping testing is only available during initial creation of the webhook once saved this option is no longer available to prevent abuse
47+
Ping testing is only available during initial creation of the webhook once saved this option is no longer available to prevent abuse.
4648
:::
4749

4850
You can configure your custom Webhook URL and authentication by adding a new destination in your notification rule:
@@ -1598,6 +1600,9 @@ A CrowdSec Stack Component is outdated.
15981600

15991601
This can happen for these scenarios:
16001602
- A new version of CrowdSec has been released.
1603+
- A new version of a Hub listed Remediation Component has been released**.
1604+
1605+
**The remediation component must send the semantic version to the Security Engine via the UserAgent header, note that all first party remediation components do this.
16011606

16021607
```json
16031608
{

0 commit comments

Comments
 (0)