fix: Use internal Authentik for JWKS in gateway auth config
CI / Vet, test, build (push) Successful in 3m46s
CI / Build and push image (push) Successful in 1m20s

This commit is contained in:
Admin Bot
2026-09-03 16:33:36 -07:00
parent 8ba4e0facc
commit ea6974cdad
+2 -2
View File
@@ -13,9 +13,9 @@ data:
# JWT Authentication for /v1/* endpoints (LLM API)
auth:
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"
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"
# Routes: standard HTTP proxy routes (not LLM-specific)