File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
app/_kong_plugins/ai-sanitizer Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,16 @@ categories:
3939tags :
4040 - ai
4141
42+ faqs :
43+ - q : Can I use a custom PII anonymization service instead of Kong's AI PII Anonymizer?
44+ a : |
45+ To use a custom PII service, configure the [Request Callout](/plugins/request-callout/) or [Datakit](/plugins/datakit/) plugin to:
46+ 1. Send the request payload to your PII service.
47+ 2. Receive the sanitized response.
48+ 3. Forward the transformed payload to the upstream service.
49+
50+ Your custom service must implement Kong's PII service interface if you want to use the AI PII Sanitizer plugin with it.
51+
4252related_resources :
4353 - text : Use AI PII Sanitizer plugin to protect sensitive information in requests
4454 url : /how-to/protect-sensitive-information-with-ai/
You can’t perform that action at this time.
0 commit comments