Skip to content

Commit e28dfb4

Browse files
authored
[WAF] Update Firewall for AI (#26289)
1 parent f71510b commit e28dfb4

File tree

8 files changed

+518
-292
lines changed

8 files changed

+518
-292
lines changed

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

Lines changed: 111 additions & 90 deletions
Original file line numberDiff line numberDiff line change
@@ -86,107 +86,128 @@ 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+
<Render file="labels-add-old-nav" product="api-shield" />
161+
162+
</Steps>
163+
164+
</TabItem>
165+
<TabItem label="New dashboard" icon="rocket">
166+
167+
<Steps>
168+
169+
<Render file="labels-add" product="api-shield" />
170+
171+
</Steps>
172+
173+
</TabItem>
162174
</Tabs>
163175

164176
## Bulk apply labels to multiple endpoints
165177

166178
<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>
179+
<TabItem label="Old dashboard">
180+
181+
<Steps>
182+
183+
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/), and select your account and domain.
184+
2. Go to **Security** > **Settings** > **Labels**.
185+
3. On the existing label that you want to apply to multiple endpoints, select **Bulk apply**.
186+
4. Choose the endpoints that you want to label by selecting its checkbox.
187+
5. Select **Save label**.
188+
189+
</Steps>
190+
191+
</TabItem>
192+
<TabItem label="New dashboard" icon="rocket">
193+
194+
<Steps>
195+
196+
1. In the Cloudflare dashboard, go to the **Security Settings** page.
197+
198+
<DashButton url="/?to=/:account/:zone/security/settings" />
199+
200+
2. Filter by **API abuse**.
201+
3. On **Endpoint labels**, select **Manage labels**.
202+
4. On the existing label that you want to apply to multiple endpoints, select **Bulk apply**.
203+
5. Choose the endpoints that you want to label by selecting its checkbox.
204+
6. Select **Apply label**.
205+
206+
</Steps>
207+
208+
</TabItem>
188209
</Tabs>
189210

190211
## Availability
191212

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

0 commit comments

Comments
 (0)