You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app/_kong_plugins/ai-sanitizer/index.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,11 +64,11 @@ The AI Sanitizer plugin can be applied to:
64
64
Here's how it works if you apply it to both requests and responses:
65
65
66
66
1. The plugin intercepts the request body and sends it to the external PII service.
67
-
1. The PII service detects sensitive data and applies the chosen sanitization method (placeholders or synthetic replacements).
67
+
1. The PII service detects sensitive data and applies the chosen sanitization method (placeholders or synthetic replacements).
68
68
1. The sanitized request is forwarded upstream with the AI Proxy or AI Proxy Advanced plugin.
69
69
1. On the way back, the plugin intercepts the response body and sends it to the external PII service. {% new_in 3.12 %}
70
-
1. The PII service detects sensitive data and applies the chosen sanitization method (placeholders or synthetic replacements).
71
-
1. If restoration is enabled, the plugin restores the original request data in responses before returning them to the client.
70
+
1. The PII service detects sensitive data and applies the chosen sanitization method (placeholders or synthetic replacements).
71
+
1.(_Only applies to input data sanitization_) If restoration is enabled, the plugin restores the original request data in responses before returning them to the client.
0 commit comments