File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
app/_kong_plugins/ai-sanitizer Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ Here's how it works if you apply it to both requests and responses:
66
66
1 . The PII service detects sensitive data and applies the chosen sanitization method (placeholders or synthetic replacements).
67
67
1 . If restoration is enabled, the plugin restores the original request data in responses before returning them to the client.
68
68
69
- <!-- vale-->
69
+ <!-- vale on -->
70
70
{% mermaid %}
71
71
sequenceDiagram
72
72
autonumber
@@ -89,7 +89,7 @@ sequenceDiagram
89
89
PII->>Plugin: Return sanitized response<br />(placeholders/synthetic data)
90
90
Plugin->>Client: Return sanitized response<br >(with optional restored request data)
91
91
{% endmermaid %}
92
- <!-- endvale -->
92
+ <!-- vale off -->
93
93
94
94
> _ Figure 1: Diagram showing the request and response flow with the AI Sanitizer plugin._
95
95
You can’t perform that action at this time.
0 commit comments