fix: Use internal Authentik for JWKS in gateway auth config
This commit is contained in:
+2
-2
@@ -13,9 +13,9 @@ 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/local-llm/"
|
issuer: "http://authentik-server.iam.svc.cluster.local/application/o/local-llm/"
|
||||||
audience: "local-llm"
|
audience: "local-llm"
|
||||||
jwksUrl: "https://authentik.riotpiao.com/application/o/local-llm/jwks/"
|
jwksUrl: "http://authentik-server.iam.svc.cluster.local/application/o/local-llm/jwks/"
|
||||||
requiredCapability: "llm:inference"
|
requiredCapability: "llm:inference"
|
||||||
|
|
||||||
# Routes: standard HTTP proxy routes (not LLM-specific)
|
# Routes: standard HTTP proxy routes (not LLM-specific)
|
||||||
|
|||||||
Reference in New Issue
Block a user