fix: update gateway auth to use api-gw provider with llm:inference permission
This commit is contained in:
+4
-4
@@ -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.)
|
||||||
|
|||||||
Reference in New Issue
Block a user