From 690c3e277dcbf122ac96560a6fe309ae4727b9cb Mon Sep 17 00:00:00 2001 From: Admin Bot Date: Thu, 3 Sep 2026 16:40:39 -0700 Subject: [PATCH] temp: Disable auth pending IAM setup --- k8s/configmap.yaml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/k8s/configmap.yaml b/k8s/configmap.yaml index ac64ba2..4cd37dd 100644 --- a/k8s/configmap.yaml +++ b/k8s/configmap.yaml @@ -12,11 +12,7 @@ data: # JWT Authentication for /v1/* endpoints (LLM API) auth: - enabled: true - issuer: "http://authentik-server.iam.svc.cluster.local/application/o/local-llm/" - audience: "local-llm" - jwksUrl: "http://authentik-server.iam.svc.cluster.local/application/o/local-llm/jwks/" - requiredCapability: "llm:inference" + enabled: false # Routes: standard HTTP proxy routes (not LLM-specific) # These are for non-LLM services (agent-pod/console, etc.)