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
@@ -54,14 +50,18 @@ For this use case, you will need to:
54
50
-**Time**: 5~10 minutes
55
51
56
52
## Test that it works and evaluate performance
53
+
1. Check that the end point is providing the blocklist you subscribed to at the format you chose by running a `curl` command:
54
+
```
55
+
curl -u <user>:<password> <url of the endpoint>
56
+
```
57
+
2. Check that the blocklist is being fetched by your firewall by observing the logs or metrics of your firewall.
57
58
Depending on your firewall capabilities you can chose a metered action in your rule OR observe volume of ingress reaching your services before and after using the blocklist.
58
59
Note that
59
60
60
-
61
-
# Next step: Scale and Automate
61
+
## Next step - Scale and Automate
62
62
You can use CrowdSec Service API (SAPI) to automate both:
63
-
-[**creation of BLaaS endpoints**](/u/service_api/quickstart/integrations#creating-integration)
64
-
- And [**blocklist subscriptions**](/u/service_api/quickstart/blocklists#subscribe-to-a-blocklist)
63
+
-[**Creation of BLaaS endpoints**](/u/service_api/quickstart/integrations#creating-integration)
64
+
- And [**Blocklist subscriptions**](/u/service_api/quickstart/blocklists#subscribe-to-a-blocklist)
65
65
66
66
You can also look into [**creating**](/u/service_api/quickstart/blocklists#create-a-blocklist) and Sharing your own blocklists via SAPI.
67
67
Check out our [swagger for SAPI ↗️](https://admin.api.crowdsec.net/v1/docs#/)
0 commit comments