Skip to content

Commit b3897d2

Browse files
author
jdv
committed
slight changes
1 parent 5aa7a8b commit b3897d2

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

crowdsec-docs/unversioned/user_guides/use_cases/blaas_to_firewall.mdx

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,8 @@ tags: [blaas,firewall,usecase]
99

1010
> Use CrowdSec's Blocklist within your firewall without the need to install the CrowdSec agent.
1111
12+
<center>
1213
<table style={{ fontSize: '0.5em', borderCollapse: 'collapse', width: '100%' }}>
13-
<thead>
14-
<tr style={{ backgroundColor: 'transparent' }}>
15-
<th style={{ padding: '8px', textAlign: 'left', borderBottom: '1px solid #ddd' }}>Use Case Hints</th>
16-
<th style={{ padding: '8px', textAlign: 'left', borderBottom: '1px solid #ddd' }}></th>
17-
</tr>
18-
</thead>
1914
<tbody>
2015
<tr style={{ backgroundColor: 'rgba(0, 0, 0, 0.05)' }}>
2116
<td style={{ padding: '8px', borderBottom: '1px solid #ddd' }}><strong>Difficulty</strong></td>
@@ -35,6 +30,7 @@ tags: [blaas,firewall,usecase]
3530
</tr>
3631
</tbody>
3732
</table>
33+
</center>
3834

3935
## **Steps to follow**
4036
For this use case, you will need to:
@@ -54,14 +50,18 @@ For this use case, you will need to:
5450
- **Time**: 5~10 minutes
5551

5652
## 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.
5758
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.
5859
Note that
5960

60-
61-
# Next step: Scale and Automate
61+
## Next step - Scale and Automate
6262
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)
6565

6666
You can also look into [**creating**](/u/service_api/quickstart/blocklists#create-a-blocklist) and Sharing your own blocklists via SAPI.
6767
Check out our [swagger for SAPI ↗️](https://admin.api.crowdsec.net/v1/docs#/)

0 commit comments

Comments
 (0)