Skip to content

Commit c58a66e

Browse files
author
jdv
committed
fixed side bar for usecase
1 parent 20baf99 commit c58a66e

File tree

2 files changed

+27
-18
lines changed

2 files changed

+27
-18
lines changed

crowdsec-docs/sidebarsUnversioned.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,11 @@ module.exports = {
460460
type: "category",
461461
label: "Use cases",
462462
items: [
463-
"user_guides/use_cases/blaas_to_firewall",
463+
{
464+
type: "doc",
465+
label: "Blocklist to Firewall",
466+
id: "user_guides/use_cases/blaas_to_firewall",
467+
},
464468
],
465469
},
466470
{

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

Lines changed: 22 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -5,39 +5,44 @@ sidebar_position: 10
55
tags: [blaas,firewall,usecase]
66
---
77

8-
| **Difficulty** | 1/5 |
9-
| **CrowdSec Service Setup Time** | 5 minutes |
10-
| **Firewall Configuration Time** | 5~10 minutes |
11-
| **Involved Resources** | CrowdSec BLaaS Integration, CrowdSec Blocklists, User's Firewall |
8+
| :------------------------------ | :----------- |
9+
| **Difficulty** | 1/5 |
10+
| **CrowdSec Service Setup Time** | 5 minutes |
11+
| **Firewall Configuration Time** | 5~10 minutes |
12+
| **Involved Resources** | CrowdSec BLaaS Integration, CrowdSec Blocklists, User's Firewall |
1213

1314
# Use Case: Integrating CrowdSec Blocklists Directly Into Your Firewall
1415

15-
> Use CrowdSec's Blocklist within your firewall without the need to
16-
install the CrowdSec agent.
16+
> Use CrowdSec's Blocklist within your firewall without the need to install the CrowdSec agent.
1717
18-
## **TL;DR; Who What How**
18+
## **Steps to follow**
1919
For this use case, you will need to:
20-
- Create a Blocklist As A Service endpoint within the CrowdSec Console UI or API
20+
- [Create a **Blocklist As A Service endpoint** within the CrowdSec Console UI or API](/u/blocklists/blaas_integrations/intro)
2121
- **Who**: Anybody with a browser
2222
- **Skill Level**: Easy
2323
- **Time**: 5 minutes *(including account creation)*
2424
- **Minium Plan**: free
25-
- Subscribe to the blocklist(s) you want to use
25+
- [**Subscribe** to the blocklist(s) you want to use](u/console/blocklists/subscription)
2626
- **Who**: Anybody with a browser
2727
- **Skill Level**: Easy
2828
- **Time**: < 5 minutes
2929
- **Minium Plan**: free
30-
- Make a rule into your firewall that fetches the blocklist from the BLAAS endpoint (basic auth URL)
30+
- Make a **rule into your firewall** that fetches the blocklist from the BLAAS endpoint (basic auth URL)
3131
- **Who**: Firewall administrator
3232
- **Skill Level**: Easy
3333
- **Time**: 5~10 minutes
3434

35-
++ Test that it works and evaluate performance
36-
++ Scale and Automate >> SAPI >> centralize your own blokclists ++ link to other use cases
35+
## Test that it works and evaluate performance
36+
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.
37+
Note that
3738

38-
--------
3939

40-
[ ] Move u/integrations/ to u/console/blaas_integrations/
41-
[ ] start with
42-
- Need to create console account
43-
- link of alternative via SAPI
40+
# Next step: Scale and Automate
41+
You can use CrowdSec Service API (SAPI) to automate both:
42+
- [**creation of BLaaS endpoints**](/u/service_api/quickstart/integrations#creating-integration)
43+
- And [**blocklist subscriptions**](/u/service_api/quickstart/blocklists#subscribe-to-a-blocklist)
44+
45+
You can also look into [**creating**](/u/service_api/quickstart/blocklists#create-a-blocklist) and Sharing your own blocklists via SAPI.
46+
Check out our [swagger for SAPI ↗️](https://admin.api.crowdsec.net/v1/docs#/)
47+
48+
*(usecase coming soon)*

0 commit comments

Comments
 (0)