fix: update gateway auth to use api-gw provider with llm:inference permission
CI / Vet, test, build (push) Successful in 4m39s
CI / Build and push image (push) Successful in 1m59s

This commit is contained in:
Admin Bot
2026-09-04 21:52:36 -07:00
parent e7bd818459
commit 33910fe8e9
+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: "https://authentik.riotpiao.com/application/o/portfolio-agent/" issuer: "https://authentik.riotpiao.com/application/o/api-gw/"
audience: "portfolio-agent" audience: "api-gw"
jwksUrl: "http://authentik-server.iam.svc.cluster.local/application/o/portfolio-agent/jwks/" jwksUrl: "http://authentik-server.iam.svc.cluster.local/application/o/api-gw/jwks/"
requiredCapability: "" requiredCapability: "llm:inference"
# 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.)