-
Notifications
You must be signed in to change notification settings - Fork 9.8k
[WAF] Update Firewall for AI #26289
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: production
Are you sure you want to change the base?
[WAF] Update Firewall for AI #26289
Conversation
|
This PR requires additional review attention because it affects the following areas: RedirectsThis PR changes current filenames or deletes current files. Make sure you have redirects set up to cover the following paths:
|
|
This pull request requires reviews from CODEOWNERS as it changes files that match the following patterns:
|
|
|
||
| <Steps> | ||
|
|
||
| <Render file="labels-add" product="api-shield" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Moved the step-by-step instructions to a partial file.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No redirect needed, since I created src/content/docs/waf/detections/firewall-for-ai/index.mdx.
| order: 5 | ||
| --- | ||
|
|
||
| ## Block requests with specific PII category in LLM prompt |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unchanged content (moved to a separate page).
|
|
||
| import { Type } from "~/components"; | ||
|
|
||
| When enabled, Firewall for AI populates the following fields: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unchanged content (moved to a separate page).
| Render, | ||
| } from "~/components"; | ||
|
|
||
| Firewall for AI is a detection that can help protect your services powered by <GlossaryTooltip term="LLM">large language models</GlossaryTooltip> (LLMs) against abuse. This model-agnostic detection currently helps you do the following: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unchanged content (moved some sections to child pages).
|
|
||
| <Steps> | ||
|
|
||
| <Render file="labels-add-old-nav" product="api-shield" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Moved the step-by-step instructions to a partial file.
| ## Create a label | ||
|
|
||
| <Tabs syncKey="dashNewNav"> | ||
| <TabItem label="Old dashboard"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mostly indentation changes only.
Main change was moving two pieces of content to partial files.
Summary
Addresses PCX-19755.
Expanded the get started section so that it also covers endpoint discovery and endpoint labeling.
Converted the existing single page for Firewall for AI into a section.
Documentation checklist