Update checklist-rpc-endpoint.md

Add an ACL bullet point
This commit is contained in:
Lang Martin
2020-02-14 10:41:18 -05:00
committed by Lang Martin
parent 26503d6de3
commit e35d895ecb

View File

@@ -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,