From d46d14bb81e8920b307bd7ef7143c1fb0fc1d353 Mon Sep 17 00:00:00 2001 From: Marco van Zijl Date: Sun, 17 May 2026 11:42:34 +0200 Subject: [PATCH] Fix LiteLLM OAuth2 Proxy issuer and trusted headers --- apps/litellm/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/litellm/values.yaml b/apps/litellm/values.yaml index 4d11585..f269d6d 100644 --- a/apps/litellm/values.yaml +++ b/apps/litellm/values.yaml @@ -169,12 +169,12 @@ oauth2-proxy: - "*" configFile: |- provider = "oidc" - oidc_issuer_url = "https://sso.noxxos.nl/application/o/litellm" + oidc_issuer_url = "https://sso.noxxos.nl/application/o/litellm/" redirect_url = "https://litellm.noxxos.nl/oauth2/callback" upstreams = [ "http://litellm:4000" ] email_domains = [ "*" ] reverse_proxy = true - trusted_ips = [ "10.244.0.0/16" ] + trusted_proxy_ips = [ "10.244.0.0/16" ] pass_authorization_header = true pass_access_token = true set_xauthrequest = true