From ea6974cdadbca21d1264a001392da451d201d44e Mon Sep 17 00:00:00 2001 From: Admin Bot Date: Thu, 3 Sep 2026 16:33:36 -0700 Subject: [PATCH] fix: Use internal Authentik for JWKS in gateway auth config --- k8s/configmap.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/k8s/configmap.yaml b/k8s/configmap.yaml index a521497..ac64ba2 100644 --- a/k8s/configmap.yaml +++ b/k8s/configmap.yaml @@ -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)