From 9d88bb9ba0dca5cfb83f34814832d52dc9b63981 Mon Sep 17 00:00:00 2001 From: Saswat Das Date: Thu, 4 Jun 2026 11:34:43 -0700 Subject: [PATCH] docs(openmeter): document OPENMETER_TRUST_REQUEST_USER Companion to BerriAI/litellm#29650 which adds the OPENMETER_TRUST_REQUEST_USER opt-out for trusting the request-supplied user field as the OpenMeter subject --- docs/proxy/config_settings.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/proxy/config_settings.md b/docs/proxy/config_settings.md index 4ec5acb6..f52c13b0 100644 --- a/docs/proxy/config_settings.md +++ b/docs/proxy/config_settings.md @@ -1018,6 +1018,7 @@ router_settings: | OPENMETER_API_ENDPOINT | API endpoint for OpenMeter integration | OPENMETER_API_KEY | API key for OpenMeter services | OPENMETER_EVENT_TYPE | Type of events sent to OpenMeter +| OPENMETER_TRUST_REQUEST_USER | If false, ignore the request body `user` and resolve the OpenMeter subject from the authenticated key's user_id. Defaults to true | ONYX_API_BASE | Base URL for Onyx Security AI Guard service (defaults to https://ai-guard.onyx.security) | ONYX_API_KEY | API key for Onyx Security AI Guard service | ONYX_TIMEOUT | Timeout in seconds for Onyx Guard server requests. Default is 10