Skip to content

Commit 949eff2

Browse files
committed
[WAF] Update Firewall for AI
1 parent 74f07e8 commit 949eff2

File tree

7 files changed

+443
-292
lines changed

7 files changed

+443
-292
lines changed

src/content/docs/api-shield/management-and-monitoring/endpoint-labels.mdx

Lines changed: 116 additions & 90 deletions
Original file line numberDiff line numberDiff line change
@@ -86,107 +86,133 @@ Cloudflare will only add authentication labels to endpoints with successful resp
8686
## Create a label
8787

8888
<Tabs syncKey="dashNewNav">
89-
<TabItem label="Old dashboard">
90-
<Steps>
91-
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/), and select your account and domain.
92-
2. Go to **Security** > **Settings** > **Labels**.
93-
3. Under **Security labels**, select **Create label**.
94-
4. Name the label and add an optional label description.
95-
5. Apply the label to your selected endpoints.
96-
6. Select **Create label**.
97-
</Steps>
98-
99-
Alternatively, you can create a user-defined label via Endpoint Management in API Shield:
100-
101-
<Steps>
102-
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/), and select your account and domain.
103-
2. Go to **Security** > **Settings** > **Labels**.
104-
3. Choose the endpoint that you want to label.
105-
4. Select **Edit labels**.
106-
5. Under **User**, select **Create user label**.
107-
6. Enter the label name.
108-
7. Select **Create**.
109-
</Steps>
110-
</TabItem>
111-
<TabItem label="New dashboard" icon="rocket">
112-
<Steps>
113-
1. In the Cloudflare dashboard, go to the **Security Settings** page.
114-
115-
<DashButton url="/?to=/:account/:zone/security/settings" />
116-
2. Filter by **API abuse**.
117-
3. Under **Endpoint labels**, select **Manage labels**.
118-
4. Name the label and add an optional label description.
119-
5. Apply the label to your selected endpoints.
120-
6. Select **Create label**.
121-
</Steps>
122-
Alternatively, you can create a user-defined label via **Security** > **Web Assets**.
123-
<Steps>
124-
1. In the Cloudflare dashboard, go to the **Web Assets** page.
125-
126-
<DashButton url="/?to=/:account/:zone/security/web-assets" />
127-
2. Go to the **Endpoints** tab.
128-
3. Choose the endpoint that you want to label.
129-
4. Select **Edit endpoint labels**.
130-
5. Under **User**, select **Create user label**.
131-
6. Enter the label name.
132-
7. Select **Create**.
133-
</Steps>
134-
</TabItem>
89+
<TabItem label="Old dashboard">
90+
91+
<Steps>
92+
93+
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/), and select your account and domain.
94+
2. Go to **Security** > **Settings** > **Labels**.
95+
3. Under **Security labels**, select **Create label**.
96+
4. Name the label and add an optional label description.
97+
5. Apply the label to your selected endpoints.
98+
6. Select **Create label**.
99+
100+
</Steps>
101+
102+
Alternatively, you can create a user-defined label via Endpoint Management in API Shield:
103+
104+
<Steps>
105+
106+
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/), and select your account and domain.
107+
2. Go to **Security** > **Settings** > **Labels**.
108+
3. Choose the endpoint that you want to label.
109+
4. Select **Edit labels**.
110+
5. Under **User**, select **Create user label**.
111+
6. Enter the label name.
112+
7. Select **Create**.
113+
114+
</Steps>
115+
116+
</TabItem>
117+
<TabItem label="New dashboard" icon="rocket">
118+
119+
<Steps>
120+
121+
1. In the Cloudflare dashboard, go to the **Security Settings** page.
122+
123+
<DashButton url="/?to=/:account/:zone/security/settings" />
124+
125+
2. Filter by **API abuse**.
126+
3. Under **Endpoint labels**, select **Manage labels**.
127+
4. Name the label and add an optional label description.
128+
5. Apply the label to your selected endpoints.
129+
6. Select **Create label**.
130+
131+
</Steps>
132+
133+
Alternatively, you can create a user-defined label via **Security** > **Web Assets**.
134+
135+
<Steps>
136+
137+
1. In the Cloudflare dashboard, go to the **Web Assets** page.
138+
139+
<DashButton url="/?to=/:account/:zone/security/web-assets" />
140+
141+
2. Go to the **Endpoints** tab.
142+
3. Choose the endpoint that you want to label.
143+
4. Select **Edit endpoint labels**.
144+
5. Under **User**, select **Create user label**.
145+
6. Enter the label name.
146+
7. Select **Create**.
147+
148+
</Steps>
149+
150+
</TabItem>
135151
</Tabs>
136152

137153
## Apply a label to an individual endpoint
138154

139155
<Tabs syncKey="dashNewNav">
140-
<TabItem label="Old dashboard">
141-
<Steps>
142-
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/), and select your account and domain.
143-
2. Go to **Security** > **API Shield** > **Endpoint Management**.
144-
3. Choose the endpoint that you want to label.
145-
4. Select **Edit labels**.
146-
5. Add the label(s) that you want to use for the endpoint from the list of managed and user-defined labels.
147-
6. Select **Save labels**.
148-
</Steps>
149-
</TabItem>
150-
<TabItem label="New dashboard" icon="rocket">
151-
<Steps>
152-
1. In the Cloudflare dashboard, go to the **Web Assets** page.
153-
154-
<DashButton url="/?to=/:account/:zone/security/web-assets" />
155-
2. Go to the **Endpoints** tab.
156-
3. Choose the endpoint that you want to label.
157-
4. Select **Edit endpoint labels**.
158-
5. Add the label(s) that you want to use for the endpoint from the list of managed and user-defined labels.
159-
6. Select **Save labels**.
160-
</Steps>
161-
</TabItem>
156+
<TabItem label="Old dashboard">
157+
158+
<Steps>
159+
160+
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/), and select your account and domain.
161+
2. Go to **Security** > **API Shield** > **Endpoint Management**.
162+
3. Choose the endpoint that you want to label.
163+
4. Select **Edit labels**.
164+
5. Add the label(s) that you want to use for the endpoint from the list of managed and user-defined labels.
165+
6. Select **Save labels**.
166+
167+
</Steps>
168+
169+
</TabItem>
170+
<TabItem label="New dashboard" icon="rocket">
171+
172+
<Steps>
173+
174+
<Render file="labels-add" product="api-shield" />
175+
176+
</Steps>
177+
178+
</TabItem>
162179
</Tabs>
163180

164181
## Bulk apply labels to multiple endpoints
165182

166183
<Tabs syncKey="dashNewNav">
167-
<TabItem label="Old dashboard">
168-
<Steps>
169-
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/), and select your account and domain.
170-
2. Go to **Security** > **Settings** > **Labels**.
171-
3. On the existing label that you want to apply to multiple endpoints, select **Bulk apply**.
172-
4. Choose the endpoints that you want to label by selecting its checkbox.
173-
5. Select **Save label**.
174-
</Steps>
175-
</TabItem>
176-
<TabItem label="New dashboard" icon="rocket">
177-
<Steps>
178-
1. In the Cloudflare dashboard, go to the **Security Settings** page.
179-
180-
<DashButton url="/?to=/:account/:zone/security/settings" />
181-
2. Filter by **API abuse**.
182-
3. On **Endpoint labels**, select **Manage labels**.
183-
4. On the existing label that you want to apply to multiple endpoints, select **Bulk apply**.
184-
5. Choose the endpoints that you want to label by selecting its checkbox.
185-
6. Select **Apply label**.
186-
</Steps>
187-
</TabItem>
184+
<TabItem label="Old dashboard">
185+
186+
<Steps>
187+
188+
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/), and select your account and domain.
189+
2. Go to **Security** > **Settings** > **Labels**.
190+
3. On the existing label that you want to apply to multiple endpoints, select **Bulk apply**.
191+
4. Choose the endpoints that you want to label by selecting its checkbox.
192+
5. Select **Save label**.
193+
194+
</Steps>
195+
196+
</TabItem>
197+
<TabItem label="New dashboard" icon="rocket">
198+
199+
<Steps>
200+
201+
1. In the Cloudflare dashboard, go to the **Security Settings** page.
202+
203+
<DashButton url="/?to=/:account/:zone/security/settings" />
204+
205+
2. Filter by **API abuse**.
206+
3. On **Endpoint labels**, select **Manage labels**.
207+
4. On the existing label that you want to apply to multiple endpoints, select **Bulk apply**.
208+
5. Choose the endpoints that you want to label by selecting its checkbox.
209+
6. Select **Apply label**.
210+
211+
</Steps>
212+
213+
</TabItem>
188214
</Tabs>
189215

190216
## Availability
191217

192-
Endpoint labeling is available to all customers.
218+
Endpoint labeling is available to all customers.

0 commit comments

Comments
 (0)