temporalio / api

Temporal gRPC API and proto files
https://temporal.io
MIT License
83 stars 66 forks source link

Add Nexus incoming registry operator APIs #315

Closed bergundy closed 10 months ago

bergundy commented 1 year ago

Added OperatorService definitions for the Nexus incoming service registry CRUD.

Cloud is likely to have a separate set of APIs with more built-in functionality such as authorization, self-hosted users will have to use provide metadata on service registration which can be used by the server's customizable authorizer.

Note that the base branch of this PR is nexus, this and the previous PR (#314) will be merged into master once implementation is done and we feel like the APIs are stable enough.