fix: remove workflow adapter (temporal-frontend is gRPC-only, not HTTP)
Per homelab/project-usage/jwt-auth-rollout.md, temporal-frontend (port 7233) is gRPC-specific for workers/SDKs. External HTTP access is unresolved design. Disabled until gRPC ingress is added. Keeps only: sqs, memory, s3, iam.
This commit is contained in:
+6
-19
@@ -59,25 +59,12 @@ data:
|
|||||||
- verb: GET
|
- verb: GET
|
||||||
upstreamPath: /sqs/queues
|
upstreamPath: /sqs/queues
|
||||||
|
|
||||||
- serviceName: workflow
|
# NOTE: temporal-frontend (port 7233) is gRPC-only, not HTTP.
|
||||||
upstream:
|
# External worker/SDK access is unresolved per homelab/project-usage/jwt-auth-rollout.md
|
||||||
url: http://temporal-frontend.temporal.svc.cluster.local:7233
|
# Disabled until a gRPC-capable ingress is added.
|
||||||
timeoutSeconds: 60
|
# - serviceName: workflow
|
||||||
auth:
|
# upstream:
|
||||||
required: false
|
# url: http://temporal-frontend.temporal.svc.cluster.local:7233
|
||||||
resources:
|
|
||||||
- name: execute
|
|
||||||
methods:
|
|
||||||
- verb: POST
|
|
||||||
upstreamPath: /workflow/execute
|
|
||||||
- name: describe
|
|
||||||
methods:
|
|
||||||
- verb: GET
|
|
||||||
upstreamPath: /workflow/describe
|
|
||||||
- name: list
|
|
||||||
methods:
|
|
||||||
- verb: GET
|
|
||||||
upstreamPath: /workflow/list
|
|
||||||
|
|
||||||
- serviceName: memory
|
- serviceName: memory
|
||||||
upstream:
|
upstream:
|
||||||
|
|||||||
Reference in New Issue
Block a user