Compare commits
2
Commits
2d55830412
...
3188ce3e6a
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3188ce3e6a | ||
|
|
45254a48b0 |
+3
-3
@@ -15,9 +15,9 @@ data:
|
|||||||
enabled: true
|
enabled: true
|
||||||
issuer: "https://authentik.riotpiao.com/application/o/api-gw/"
|
issuer: "https://authentik.riotpiao.com/application/o/api-gw/"
|
||||||
audience: "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"
|
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"
|
clientId: "api-gw"
|
||||||
|
|
||||||
# Routes: standard HTTP proxy routes (not LLM-specific)
|
# Routes: standard HTTP proxy routes (not LLM-specific)
|
||||||
@@ -137,7 +137,7 @@ data:
|
|||||||
|
|
||||||
- serviceName: iam
|
- serviceName: iam
|
||||||
upstream:
|
upstream:
|
||||||
url: http://authentik-server.iam.svc.cluster.local:80
|
url: http://authentik-server.iam.svc.cluster.local:9000
|
||||||
timeoutSeconds: 30
|
timeoutSeconds: 30
|
||||||
auth:
|
auth:
|
||||||
required: false
|
required: false
|
||||||
|
|||||||
@@ -12,9 +12,9 @@ stringData:
|
|||||||
enabled: true
|
enabled: true
|
||||||
issuer: "https://authentik.riotpiao.com/application/o/api-gw/"
|
issuer: "https://authentik.riotpiao.com/application/o/api-gw/"
|
||||||
audience: "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"
|
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"
|
clientId: "api-gw"
|
||||||
routes: []
|
routes: []
|
||||||
models:
|
models:
|
||||||
@@ -112,7 +112,7 @@ stringData:
|
|||||||
upstreamPath: /
|
upstreamPath: /
|
||||||
- serviceName: iam
|
- serviceName: iam
|
||||||
upstream:
|
upstream:
|
||||||
url: http://authentik-server.iam.svc.cluster.local:80
|
url: http://authentik-server.iam.svc.cluster.local:9000
|
||||||
timeoutSeconds: 30
|
timeoutSeconds: 30
|
||||||
auth:
|
auth:
|
||||||
required: false
|
required: false
|
||||||
@@ -129,3 +129,5 @@ stringData:
|
|||||||
methods:
|
methods:
|
||||||
- verb: POST
|
- verb: POST
|
||||||
upstreamPath: /api/v3/roles
|
upstreamPath: /api/v3/roles
|
||||||
|
# NOTE: This file should be encrypted with SOPS using the age key
|
||||||
|
# Command: sops --encrypt k8s/gateway-config-secret.enc.yaml
|
||||||
|
|||||||
Reference in New Issue
Block a user