feat(auth): wire JWT validation into /v1/* LLM endpoints
This commit is contained in:
@@ -10,6 +10,14 @@ data:
|
||||
# Gateway configuration - loaded at startup, never compiled in
|
||||
# See REQUIREMENTS.md for full specification
|
||||
|
||||
# JWT Authentication for /v1/* endpoints (LLM API)
|
||||
auth:
|
||||
enabled: true
|
||||
issuer: "https://authentik.riotpiao.com/application/o/local-llm/"
|
||||
audience: "local-llm"
|
||||
jwksUrl: "https://authentik.riotpiao.com/application/o/local-llm/jwks/"
|
||||
requiredCapability: "llm:inference"
|
||||
|
||||
# Routes: standard HTTP proxy routes (not LLM-specific)
|
||||
# These are for non-LLM services (agent-pod/console, etc.)
|
||||
routes: []
|
||||
|
||||
Reference in New Issue
Block a user