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
enhance: add remediation supported features bubble (#624)
* enhance: add remediation supported features bubble
* fixed conflicts (except packages.json.lock)
* enhance: add remediation component badges section in intro
* updated capabilities of a few bouncers
* enhance: remove unused var
* changed the support system slightly to have a Mode-bubble variation
* mini fix/test2
---------
Co-authored-by: JDEV <[email protected]>
Co-authored-by: jdv <[email protected]>
@@ -25,6 +26,11 @@ import useBaseUrl from '@docusaurus/useBaseUrl';
25
26
</p>
26
27
</p>
27
28
29
+
<RemediationSupportBadges
30
+
MTLS
31
+
Prometheus
32
+
/>
33
+
28
34
29
35
This Remediation Component exposes CrowdSec's active decisions via provided HTTP(S) endpoints in pre-defined formats. It can be used by network appliances which support consumption of blocklists via HTTP.
0 commit comments