isle/tasks/nats/rpc.md

15 lines
402 B
Markdown
Raw Normal View History

---
type: task
after:
- ./add.md
---
A general RPC mechanism should be developed which allows one group of hosts to
handle RPC calls made by other hosts.
- Each RPC request should be signed by the host which is making it, and the
response should be signed and encrypted by the responder.
- The JSONRPC2 framework already developed for communication between CLI and
daemon can be re-used here.