go.chromium.org/luci@v0.0.0-20240309015107-7cdc2e660f33/swarming/server/cmd/dispatch.yaml (about)

     1  dispatch:
     2    # Serve RPC Explorer using Go.
     3    - url: "*/rpcexplorer/*"
     4      service: default-go
     5    - url: "*/prpc/discovery.Discovery/*"
     6      service: default-go
     7    # Serve Swarming RBE endpoints using Go.
     8    - url: "*/swarming/api/v1/bot/rbe/*"
     9      service: default-go
    10    # Serve TQ tasks using Go.
    11    - url: "*/internal/tasks/t/*"
    12      service: default-go
    13    # Serve RBE PubSub push subscription handler using Go.
    14    - url: "*/pubsub/rbe/*"
    15      service: default-go
    16    # Serve web UI authentication endpoints using Go.
    17    - url: "*/auth/openid/*"
    18      service: default-go