$ luarocks install argus-redact-bridgeKong plugin that mediates OpenAI-compatible Chat Completions requests:
extracts messages[].content, sends each through argus-redact's HTTP /redact
endpoint to get a realistic-looking pseudonymized form, forwards the redacted
request to the upstream LLM, and restores the original PII in the response
via /restore. Fail-closed by default: returns 503 if the argus-redact sidecar
is unreachable, so unredacted PII never reaches the LLM.
Versions
Dependencies
lua >= 5.1