temp: Disable auth pending IAM setup
CI / Vet, test, build (push) Successful in 4m51s
CI / Build and push image (push) Successful in 1m39s

This commit is contained in:
Admin Bot
2026-09-03 16:40:39 -07:00
parent ea6974cdad
commit 690c3e277d
+1 -5
View File
@@ -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.)