mirror of
https://github.com/kemko/nomad.git
synced 2026-01-09 20:05:42 +03:00
Update checklist-rpc-endpoint.md
Add an ACL bullet point
This commit is contained in:
@@ -14,6 +14,7 @@ Prefer adding a new message to changing any existing RPC messages.
|
||||
* [ ] Handler for the request in `nomad/foo_endpoint.go`
|
||||
* RPCs are resolved by matching the method name for bound structs
|
||||
[net/rpc](https://golang.org/pkg/net/rpc/)
|
||||
* Check ACLs for security, list endpoints filter by ACL
|
||||
* Wrapper for the HTTP request in `command/agent/foo_endpoint.go`
|
||||
* Backwards compatibility requires a new endpoint, an upgraded
|
||||
client or server may be forwarding this request to an old server,
|
||||
|
||||
Reference in New Issue
Block a user