fix: gateway authentik port from 80 to 9000 #22

Merged
rock merged 2 commits from fix/gateway-authentik-port into main 2026-09-13 00:07:59 +00:00
Showing only changes of commit 45254a48b0 - Show all commits
+3 -3
View File
@@ -15,9 +15,9 @@ data:
enabled: true
issuer: "https://authentik.riotpiao.com/application/o/api-gw/"
audience: "api-gw"
jwksUrl: "http://authentik-server.iam.svc.cluster.local/application/o/api-gw/jwks/"
jwksUrl: "http://authentik-server.iam.svc.cluster.local:9000/application/o/api-gw/jwks/"
requiredCapability: "llm:inference"
tokenUrl: "http://authentik-server.iam.svc.cluster.local/application/o/token/"
tokenUrl: "http://authentik-server.iam.svc.cluster.local:9000/application/o/token/"
clientId: "api-gw"
# Routes: standard HTTP proxy routes (not LLM-specific)
@@ -137,7 +137,7 @@ data:
- serviceName: iam
upstream:
url: http://authentik-server.iam.svc.cluster.local:80
url: http://authentik-server.iam.svc.cluster.local:9000
timeoutSeconds: 30
auth:
required: false