temp: use portfolio-agent OIDC for LLM testing
CI / Vet, test, build (push) Successful in 4m4s
CI / Build and push image (push) Successful in 1m32s

This commit is contained in:
Admin Bot
2026-09-04 19:25:20 -07:00
parent a55e4c7b43
commit e7bd818459
+4 -4
View File
@@ -13,10 +13,10 @@ data:
# JWT Authentication for /v1/* endpoints (LLM API) # JWT Authentication for /v1/* endpoints (LLM API)
auth: auth:
enabled: true enabled: true
issuer: "http://authentik-server.iam.svc.cluster.local/application/o/local-llm/" issuer: "https://authentik.riotpiao.com/application/o/portfolio-agent/"
audience: "local-llm" audience: "portfolio-agent"
jwksUrl: "http://authentik-server.iam.svc.cluster.local/application/o/local-llm/jwks/" jwksUrl: "http://authentik-server.iam.svc.cluster.local/application/o/portfolio-agent/jwks/"
requiredCapability: "llm:inference" requiredCapability: ""
# Routes: standard HTTP proxy routes (not LLM-specific) # Routes: standard HTTP proxy routes (not LLM-specific)
# These are for non-LLM services (agent-pod/console, etc.) # These are for non-LLM services (agent-pod/console, etc.)