You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: crowdsec-docs/unversioned/console/notification_integrations/webhook.mdx
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,9 @@ For the authentication part, the webhook integration supports the following meth
31
31
32
32
#### Bearer (HTTP Header)
33
33
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.
35
37
36
38
However, you can send any header and any value.
37
39
@@ -42,7 +44,7 @@ You can use [`basic auth`](https://en.wikipedia.org/wiki/Basic_access_authentica
42
44
### Configuration
43
45
44
46
:::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.
46
48
:::
47
49
48
50
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.
1598
1600
1599
1601
This can happen for these scenarios:
1600
1602
- 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.
0 commit comments